()
| 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(); |
nothing calls this directly
no test coverage detected