Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/nativescript-angular
/ ngOnDestroy
Method
ngOnDestroy
tests/app/base.component.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
ngOnDestroy() {
16
this.log(
"destroy"
);
17
}
18
19
private log(method: string) {
20
this.hooksLog.next([...this.hooksLog.value, this.name +
"."
+ method]);
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected