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

Method ngAfterViewInit

src/material/chips/chip-set.ts:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 _chipActions = new QueryList<MatChipAction>();
134
135 ngAfterViewInit() {
136 this._setUpFocusManagement();
137 this._trackChipSetChanges();
138 this._trackDestroyedFocusedChip();
139 }
140
141 ngOnDestroy() {
142 this._keyManager?.destroy();

Callers

nothing calls this directly

Calls 3

_setUpFocusManagementMethod · 0.95
_trackChipSetChangesMethod · 0.95

Tested by

no test coverage detected