Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ ngOnInit
Method
ngOnInit
packages/platform-server/test/integration_spec.ts:297–299 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
constructor(private title: Title) {}
296
297
ngOnInit() {
298
this.title.setTitle(
'Test App Title'
);
299
}
300
}
301
302
@NgModule({
Callers
nothing calls this directly
Calls
1
setTitle
Method · 0.45
Tested by
no test coverage detected