File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import "./zone-js/dist/zone-nativescript";
66import "reflect-metadata" ;
77import "./polyfills/array" ;
88import "./polyfills/console" ;
9- import { profile } from "tns-core-modules/profiling" ;
9+ import { profile , log , uptime } from "tns-core-modules/profiling" ;
1010
1111import {
1212 Type ,
@@ -187,7 +187,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
187187 "nativescript-angular/platform-common.postBootstrapAction" ;
188188 bootstrapAction ( ) . then ( profile ( bootstrapMethodName , moduleRef => {
189189 // profiling.stop("ng-bootstrap");
190- rendererLog ( " ANGULAR BOOTSTRAP DONE." ) ;
190+ log ( ` ANGULAR BOOTSTRAP DONE. ${ uptime ( ) } ` ) ;
191191 lastBootstrappedModule = new WeakRef ( moduleRef ) ;
192192
193193 if ( resolve ) {
You can’t perform that action at this time.
0 commit comments