We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9d01 commit 3e478e9Copy full SHA for 3e478e9
ng-sample/app/app.ts
@@ -6,7 +6,8 @@
6
//profiling.start("application-start");
7
8
// "nativescript-angular/application" import should be first in order to load some required settings (like globals and reflect-metadata)
9
-import { NativeScriptModule, platformNativeScriptDynamic } from "nativescript-angular/platform";
+import { NativeScriptModule } from "nativescript-angular/nativescript.module";
10
+import { platformNativeScriptDynamic } from "nativescript-angular/platform";
11
import { onAfterLivesync, onBeforeLivesync } from "nativescript-angular/platform-common";
12
import { NgModule } from "@angular/core";
13
import { Router } from "@angular/router";
0 commit comments