Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ opened
Method
opened
src/material/sidenav/drawer.ts:293–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
*/
292
@Input()
293
get opened(): boolean {
294
return
this._opened();
295
}
296
set opened(value: BooleanInput) {
297
this.toggle(coerceBooleanProperty(value));
298
}
Callers
nothing calls this directly
Calls
2
toggle
Method · 0.95
coerceBooleanProperty
Function · 0.90
Tested by
no test coverage detected