Skip to content

Commit 5db0ad8

Browse files
mmalerbatinayuangao
authored andcommitted
Remove md-sidenav-layout alias for md-sidenav-container (#2283)
1 parent 2031e06 commit 5db0ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sidenav/sidenav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export class MdSidenav implements AfterContentInit {
303303
*/
304304
@Component({
305305
moduleId: module.id,
306-
selector: 'md-sidenav-container, mat-sidenav-container, md-sidenav-layout, mat-sidenav-layout',
306+
selector: 'md-sidenav-container, mat-sidenav-container',
307307
// Do not use ChangeDetectionStrategy.OnPush. It does not work for this component because
308308
// technically it is a sibling of MdSidenav (on the content tree) and isn't updated when MdSidenav
309309
// changes its state.

0 commit comments

Comments
 (0)