MCPcopy Index your code
hub / github.com/angular/angular / setModuleBootstrapImpl

Function setModuleBootstrapImpl

packages/core/src/platform/bootstrap.ts:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 * Set the implementation of the module based bootstrap.
191 */
192export function setModuleBootstrapImpl() {
193 moduleBootstrapImpl = _moduleDoBootstrap;
194}
195
196function _moduleDoBootstrap(
197 moduleRef: InternalNgModuleRef<any>,

Callers 2

bootstrapModuleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…