-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement window breakpoints from Material guidelines #9212
Comments
These breakpoints would be great to add to the breakpoints.ts file within |
@josephperrott I see that they are in breakpoints.ts file but it would also be great to have it bettre explained in the docs :) |
As longs as this is closed, I think a new issue would be more appropriated. 😉 |
Sure.. but before polluting with new issues I just wanted to check here first. 😁 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
feature request
What is the expected behavior?
That
BreakpointObserver
has all Material guidelines breakpoints.What is the current behavior?
BreakpointObserver
has thehandset
breakpoints and theweb
breakpoints (which isn't in the guidelines).What is the use-case or motivation for changing an existing behavior?
Be true to the Material guidelines specs and improve usability of the lib by allowing the user to not have to write more
MediaMatcher
code (media queries by hand) to achieve something in the guidelines.Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Material ^5.0.0
Is there anything else we should know?
Maybe a usefull image.
So the breakpoints could be:
The text was updated successfully, but these errors were encountered: