-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[sidenav/drawer] Dynamic width #6583
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
Comments
I can reproduce this issue in the latest @angular/[email protected]. Hope you can fix it. Thanks! |
I can reproduce this issue with beta 10. |
I think this can be closed as duplicate of #6743 |
deal, lets track this issue there |
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. |
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
feature request
What is the expected behavior?
I expect
.mat-drawer-content
to changemargin
value after I changewidth
on<md-drawer>
What is the current behavior?
<md-drawer>
Has no API for dynamic width changeWhat are the steps to reproduce?
http://plnkr.co/edit/GHUPDReRi9AbQM3En3Re?p=preview
What is the use-case or motivation for changing an existing behavior?
I want to allow my users change sidebar width while it is opened.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/cli: 1.2.7
node: 8.2.1
os: win32 x64
@angular/animations: 5.0.0-beta.2
@angular/cdk: 2.0.0-beta.8-5e3228f
@angular/common: 5.0.0-beta.2
@angular/compiler: 5.0.0-beta.2
@angular/core: 5.0.0-beta.2
@angular/flex-layout: 2.0.0-beta.8
@angular/forms: 5.0.0-beta.2
@angular/http: 5.0.0-beta.2
@angular/material: 2.0.0-beta.8-5e3228f
@angular/platform-browser: 5.0.0-beta.2
@angular/platform-browser-dynamic: 5.0.0-beta.2
@angular/platform-server: 5.0.0-beta.2
@angular/router: 5.0.0-beta.2
@angular/cli: 1.2.7
@angular/compiler-cli: 5.0.0-beta.2
Is there anything else we should know?
##Does such API makes sense at all?
P.S it worked in that way in previous versions
The text was updated successfully, but these errors were encountered: