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
feat(breakpoints): support custom breakpoints and enhanced selectors (angular#204)
* Modify providers to support global services for MediaMonitor and ObservableMonitor
* uses PROVIDER_FACTORY solutions to check for parent/global instance
* Add **FlexLayoutModule.provideBreakPoints()** to easily
* add custom breakpoints to defaults
* add orientation breakpoints to defaults
* replace defaults with custom breakpoints
* Add extended breakpoints from Material 2:
* implementat breakpoints for **handset**, **tablet**, **web**
* implementation breakpoints with orientations for *Portrait* and *Landscape*
* Deprecated responsive uses of `class.<xx>` and `style.<xx>` selectors
* Developers should use **`ngClass.<xx>`** and **`ngStyle.<xxx>`** selectors
* Add selectors for **`lt-sm`**, **`lt-md`**, **`lt-lg`**, **`lt-xl`**
* update mock-match-media fallback rules
* Update **ObservableMedia** and **MediaMonitor** to use orientation breakpoints
* also support custom breakpoints (if registered)
0 commit comments