Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ ngDoBootstrap
Method
ngDoBootstrap
packages/examples/core/ts/platform/platform.ts:66–68 ·
view source on GitHub ↗
(appRef: ApplicationRef)
Source
from the content-addressed store, hash-verified
64
export
class
AppModuleTwo implements DoBootstrap {
65
// #docregion cssSelector
66
ngDoBootstrap(appRef: ApplicationRef) {
67
appRef.bootstrap(ComponentThree,
'#root-element'
);
68
}
69
// #enddocregion cssSelector
70
}
71
Callers
nothing calls this directly
Calls
1
bootstrap
Method · 0.45
Tested by
no test coverage detected