MCPcopy Index your code
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_blurMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected