Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ ngOnDestroy
Method
ngOnDestroy
packages/forms/src/directives/ng_model.ts:311–313 ·
view source on GitHub ↗
@docs-private
()
Source
from the content-addressed store, hash-verified
309
310
/** @docs-private */
311
ngOnDestroy(): void {
312
this.formDirective?.removeControl(this);
313
}
314
315
/**
316
* Internal control directive creation lifecycle hook.
Callers
nothing calls this directly
Calls
1
removeControl
Method · 0.65
Tested by
no test coverage detected