I would like to know wether it’s possible to react to breakpoint changes in a template without having to rely on CSS classes but instead handling a breakpoint like a platform variable (breakpoints and platforms are - bare with me - interdependent?). Similar to what’s in the docs already for CSS utilites: http://ionicframework.com/docs/theming/css-utilities/#setting-attributes-dynamically - essentially allowing to change the view layout entirely based on the breakpoint dimensions, not just device platforms.
The grid uses breakpoints based on css classes, but that’s CSS only (as far as I understand) and I can’t check for a breakpoint at runtime, can I? Is there already a function available that spits out the currently active breakpoint or something similar? Anyboy done that and got the shirt?
I want to explore the PWA aspects of Ionic 2++ and for that, it seems that it’s almost impossible to get far without some sort of breakpoint implementation that can be used within templates.