()
| 294 | } |
| 295 | |
| 296 | ngDoCheck(): void { |
| 297 | this._rippleLoader.setDisabled(this._elementRef.nativeElement, this._isRippleDisabled()); |
| 298 | } |
| 299 | |
| 300 | ngOnDestroy() { |
| 301 | this.destroyed.emit({chip: this}); |
nothing calls this directly
no test coverage detected