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

Method ngAfterContentInit

src/material/chips/chip-grid.ts:277–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 ngAfterContentInit() {
278 this.chipBlurChanges.pipe(takeUntil(this._destroyed)).subscribe(() => {
279 this._blur();
280 this.stateChanges.next();
281 });
282
283 merge(this.chipFocusChanges, this._chips.changes)
284 .pipe(takeUntil(this._destroyed))
285 .subscribe(() => this.stateChanges.next());
286 }
287
288 ngDoCheck() {
289 if (this.ngControl) {

Callers

nothing calls this directly

Calls 2

_blurMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected