-
Notifications
You must be signed in to change notification settings - Fork 768
Custom Breakpoints Documentation Examples #821
Comments
An additional question: when using Configuration (https://github.com/angular/flex-layout/blob/master/guides/Configuration.md), is it still necessary to enable these custom, responsive selectors and to extend the ShowHideDirective and the LayoutDirective like explained (https://github.com/angular/flex-layout/wiki/Breakpoints). To be able to "just" overwrite the default breakpoints and add additional custom breakpoints and done would be amazing. |
Here an example for a current project I have difficulties getting it work: export const CUSTOM_BREAKPOINTS = { |
@CaerusKaru : if you can provide some working app code examples I think I would be able to write some documentation. |
We'll be getting this in just as soon as #900 lands. |
Proposal
Example use cases for improvements of the custom breakpoints documentation.
What is the summary of the proposal?
Improve the custom breakpoints documentation.
What is the proposal?
First the related flex-layout-version should be named somewhere for all or the related examples to ensure with which version it´s working.
I would like to see the following example use cases:
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: