Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ autosize
Method
autosize
src/material/sidenav/drawer.ts:754–756 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
752
*/
753
@Input()
754
get autosize(): boolean {
755
return
this._autosize;
756
}
757
set autosize(value: BooleanInput) {
758
this._autosize = coerceBooleanProperty(value);
759
}
Callers
nothing calls this directly
Calls
1
coerceBooleanProperty
Function · 0.90
Tested by
no test coverage detected