MCPcopy Create free account
hub / github.com/angular/components / ngDoCheck

Method ngDoCheck

src/material/chips/chip.ts:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 }
295
296 ngDoCheck(): void {
297 this._rippleLoader.setDisabled(this._elementRef.nativeElement, this._isRippleDisabled());
298 }
299
300 ngOnDestroy() {
301 this.destroyed.emit({chip: this});

Callers

nothing calls this directly

Calls 2

_isRippleDisabledMethod · 0.95
setDisabledMethod · 0.80

Tested by

no test coverage detected