We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b297ef9 commit 9d92f68Copy full SHA for 9d92f68
nativescript-angular/platform-common.ts
@@ -6,7 +6,7 @@ import "./zone-js/dist/zone-nativescript";
6
import "reflect-metadata";
7
import "./polyfills/array";
8
import "./polyfills/console";
9
-import { profile } from "tns-core-modules/profiling";
+import { profile, log, uptime } from "tns-core-modules/profiling";
10
11
import {
12
Type,
@@ -187,7 +187,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
187
"nativescript-angular/platform-common.postBootstrapAction";
188
bootstrapAction().then(profile(bootstrapMethodName, moduleRef => {
189
// profiling.stop("ng-bootstrap");
190
- rendererLog("ANGULAR BOOTSTRAP DONE.");
+ log(`ANGULAR BOOTSTRAP DONE. ${uptime()}`);
191
lastBootstrappedModule = new WeakRef(moduleRef);
192
193
if (resolve) {
0 commit comments