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

Method ngOnDestroy

src/material/slider/slider.ts:504–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 }
503
504 ngOnDestroy(): void {
505 this._resizeObserver?.disconnect();
506 this._resizeObserver = null;
507 }
508
509 private _onDirChangeRange(): void {
510 const endInput = this._getInput(_MatThumb.END) as _MatSliderRangeThumb;

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected