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