We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e762e25 commit e21ab59Copy full SHA for e21ab59
app/main.ts
@@ -1,5 +1,6 @@
1
// this import should be first in order to load some required settings (like globals and reflect-metadata)
2
-import { platformNativeScriptDynamic, NativeScriptModule } from "nativescript-angular/platform";
+import { platformNativeScriptDynamic } from "nativescript-angular/platform";
3
+import { NativeScriptModule } from "nativescript-angular/nativescript.module";
4
import { NgModule } from "@angular/core";
5
import { NavigationMainPageRouter } from "./main/main-page-router-outlet";
6
import { routableComponents, routes } from "./app.routes";
0 commit comments