MCPcopy Index your code
hub / github.com/angular/components / ngOnDestroy

Function ngOnDestroy

src/material/datepicker/datepicker-base.ts:578–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

576 }
577
578 ngOnDestroy() {
579 this._destroyOverlay();
580 this.close();
581 this._inputStateChanges.unsubscribe();
582 this.stateChanges.complete();
583 }
584
585 /** Selects the given date */
586 select(date: D): void {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…