MCPcopy 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

_syncIndeterminateMethod · 0.95

Tested by

no test coverage detected