Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/nativescript-angular
/ ngOnInit
Method
ngOnInit
tests/app/base.component.ts:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
ngOnInit() {
12
this.log(
"init"
);
13
}
14
15
ngOnDestroy() {
16
this.log(
"destroy"
);
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected