You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
To have lte and gte responsive selectors along with existing lt and gt.
What is the use-case or motivation for the desired behavior?
It's minor detail, but in order to cover all screen sizes it would be nicer to be able to write something like this: <div ngClass.lte-sm="example-mobile-class" ngClass.gt-sm="example-desktop-class">
than this: <div ngClass.lt-md="example-mobile-class" ngClass.gt-sm="example-desktop-class"> .
Is there anything else we should know?
I could try to tackle it myself and make a PR if you agree it makes sense to implement this.