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";
6
6
import "reflect-metadata" ;
7
7
import "./polyfills/array" ;
8
8
import "./polyfills/console" ;
9
- import { profile } from "tns-core-modules/profiling" ;
9
+ import { profile , log , uptime } from "tns-core-modules/profiling" ;
10
10
11
11
import {
12
12
Type ,
@@ -187,7 +187,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
187
187
"nativescript-angular/platform-common.postBootstrapAction" ;
188
188
bootstrapAction ( ) . then ( profile ( bootstrapMethodName , moduleRef => {
189
189
// profiling.stop("ng-bootstrap");
190
- rendererLog ( " ANGULAR BOOTSTRAP DONE." ) ;
190
+ log ( ` ANGULAR BOOTSTRAP DONE. ${ uptime ( ) } ` ) ;
191
191
lastBootstrappedModule = new WeakRef ( moduleRef ) ;
192
192
193
193
if ( resolve ) {
You can’t perform that action at this time.
0 commit comments