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 1e76405 commit ba6a182Copy full SHA for ba6a182
app/lazy/lazy.module.ts
@@ -1,4 +1,4 @@
1
-import { NativeScriptModule } from "nativescript-angular/nativescript.module";
+import { NativeScriptCommonModule } from "nativescript-angular/common";
2
import { NativeScriptRouterModule } from "nativescript-angular/router";
3
import { ModalDialogParams } from "nativescript-angular/directives/dialogs";
4
@@ -20,7 +20,7 @@ const routes: Routes = [
20
21
@NgModule({
22
imports: [
23
- NativeScriptModule,
+ NativeScriptCommonModule,
24
NativeScriptRouterModule.forChild(routes),
25
],
26
declarations: [
0 commit comments