Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
close
Method · 0.45
Tested by
no test coverage detected