()
| 298 | } |
| 299 | |
| 300 | ngOnDestroy() { |
| 301 | this.destroyed.emit({chip: this}); |
| 302 | this.destroyed.complete(); |
| 303 | this._focusMonitor.stopMonitoring(this._elementRef); |
| 304 | this._rippleLoader?.destroyRipple(this._elementRef.nativeElement); |
| 305 | this._actionChanges?.unsubscribe(); |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * Allows for programmatic removal of the chip. |
nothing calls this directly
no test coverage detected