I want to build a responsive application with angular 4. I am checking some responsive platforms and of course one of the main options is angular flex-layout.
I made some test pages with angular flex-layout and I saw that it doesn't use css media-queries and all the listening and responsiveness are implemented via typescript.
Could this fact cause a performance problem in mobile devices/low resources devices? There are more responsiveness frameworks such as flexbox-grid which are css based only. wouldn't it be better to use css-based platforms rather than angular flex-layout from performance point of view?
The only noticeable performance I have encountered is when displaying large list/tables
Take a look at this page: https://github.com/angular/flex-layout/wiki/Performance-Considerations