MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / onLoadedHandler

Function onLoadedHandler

tests/app/main.ts:117–127  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

115Application.run({
116 create: (): Page => {
117 let onLoadedHandler = function(args) {
118 root.off("loaded", onLoadedHandler);
119 // profiling.stop('application-start');
120
121 // profiling.start('ng-bootstrap');
122 console.log("BOOTSTRAPPING TEST APPS...");
123
124 platform.bootstrapModule(SinglePageModule);
125 platform.bootstrapModule(MultiPageModule);
126 platform.bootstrapModule(LazyLoadModule);
127 };
128
129 root.on("loaded", onLoadedHandler);
130

Callers

nothing calls this directly

Calls 2

bootstrapModuleMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected