MCPcopy Create free account
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

_initializeSubscriptMethod · 0.95

Tested by

no test coverage detected