File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
// >> (hide)
4
4
import { NativeScriptModule } from "nativescript-angular/nativescript.module" ;
5
5
import { NgModule , NO_ERRORS_SCHEMA , NgModuleFactoryLoader } from "@angular/core" ;
6
- import { NativeScriptRouterModule } from "nativescript-angular/router" ;
6
+ import { NativeScriptRouterModule , NSModuleFactoryLoader } from "nativescript-angular/router" ;
7
7
import { NativeScriptFormsModule } from "nativescript-angular/forms" ;
8
8
9
9
import { routes } from "./app.routes" ;
10
10
import { AppComponent } from "./app.component" ;
11
11
// << (hide)
12
- import { NsModuleFactoryLoader } from "./ns-module-factory-loader" ;
13
12
import { ModalDialogService } from "nativescript-angular/modal-dialog" ;
14
13
import { registerElement } from "nativescript-angular/element-registry" ;
15
14
import { TnsGoogleMaps } from "nativescript-googlemaps" ;
@@ -31,7 +30,7 @@ declare var GMSServices: any;
31
30
] ,
32
31
providers : [
33
32
ModalDialogService ,
34
- { provide : NgModuleFactoryLoader , useClass : NsModuleFactoryLoader }
33
+ { provide : NgModuleFactoryLoader , useClass : NSModuleFactoryLoader }
35
34
]
36
35
} )
37
36
// << ngmodule-config
You can’t perform that action at this time.
0 commit comments