MaterialTemporaryDrawerComponent class

A temporary drawer that can be opened and closed.

Works with deferred content.

Inheritance
Implementers
Annotations
  • @Component(selector: 'material-drawer[temporary]', exportAs: 'drawer', providers: [ExistingProvider(DeferredContentAware, MaterialTemporaryDrawerComponent)], templateUrl: 'material_temporary_drawer.html', styleUrls: ['material_temporary_drawer.scss.css'], changeDetection: ChangeDetectionStrategy.onPush, visibility: Visibility.all)

Properties

canClose bool
getter/setter pair
contentVisible Stream<bool>
Event fired when the visibility of the drawer changes.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hostMatDrawerCollapsed bool
no setter
hostMatDrawerExpanded bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
Visibility of the drawer.
getter/setter pairinherited

Methods

ngOnInit() → void
Executed after the first change detection run for a directive.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle() → void
Toggle the drawer's visibility.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited