MCPcopy
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

src/material/form-field/form-field.ts:384–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 ngAfterContentInit() {
385 this._assertFormFieldControl();
386 this._initializeSubscript();
387 this._initializePrefixAndSuffix();
388 }
389
390 ngAfterContentChecked() {
391 this._assertFormFieldControl();

Callers

nothing calls this directly

Calls 3

_initializeSubscriptMethod · 0.95

Tested by

no test coverage detected