Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ ngDoBootstrap
Method
ngDoBootstrap
packages/core/src/metadata/do_bootstrap.ts:35–35 ·
view source on GitHub ↗
(appRef: ApplicationRef)
Source
from the content-addressed store, hash-verified
33
*/
34
export
interface
DoBootstrap {
35
ngDoBootstrap(appRef: ApplicationRef): void;
36
}
Callers
1
_moduleDoBootstrap
Function · 0.65
Implementers
15
AppModule
packages/examples/core/ts/platform/pla
AppModuleTwo
packages/examples/core/ts/platform/pla
AppModuleThree
packages/examples/core/ts/platform/pla
TestModule
packages/elements/test/create-custom-e
SomeModule
packages/platform-browser/test/browser
TestModule
packages/platform-browser/test/dom/sha
FormsExampleModule
packages/core/test/bundling/forms_reac
FormsExampleModule
packages/core/test/bundling/forms_temp
MyLazyAngularModule
packages/examples/upgrade/static/ts/li
Ng2AppModule
packages/examples/upgrade/static/ts/fu
Ng2AModule
packages/examples/upgrade/static/ts/li
Ng2BModule
packages/examples/upgrade/static/ts/li
Calls
no outgoing calls
Tested by
no test coverage detected