Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ ngAfterViewInit
Method
ngAfterViewInit
src/material/checkbox/checkbox.ts:257–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
}
256
257
ngAfterViewInit() {
258
this._syncIndeterminate(this.indeterminate);
259
}
260
261
/** Whether the checkbox is checked. */
262
@Input({transform: booleanAttribute})
Callers
nothing calls this directly
Calls
1
_syncIndeterminate
Method · 0.95
Tested by
no test coverage detected