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