Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ ngOnDestroy
Method
ngOnDestroy
src/material/slide-toggle/slide-toggle.ts:244–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
ngOnDestroy() {
245
this._focusMonitor.stopMonitoring(this._elementRef);
246
}
247
248
/** Implemented as part of ControlValueAccessor. */
249
writeValue(value: any): void {
Callers
nothing calls this directly
Calls
1
stopMonitoring
Method · 0.45
Tested by
no test coverage detected