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 33// >> (hide)
44import { NativeScriptModule } from "nativescript-angular/nativescript.module" ;
55import { NgModule , NO_ERRORS_SCHEMA , NgModuleFactoryLoader } from "@angular/core" ;
6- import { NativeScriptRouterModule } from "nativescript-angular/router" ;
6+ import { NativeScriptRouterModule , NSModuleFactoryLoader } from "nativescript-angular/router" ;
77import { NativeScriptFormsModule } from "nativescript-angular/forms" ;
88
99import { routes } from "./app.routes" ;
1010import { AppComponent } from "./app.component" ;
1111// << (hide)
12- import { NsModuleFactoryLoader } from "./ns-module-factory-loader" ;
1312import { ModalDialogService } from "nativescript-angular/modal-dialog" ;
1413import { registerElement } from "nativescript-angular/element-registry" ;
1514import { TnsGoogleMaps } from "nativescript-googlemaps" ;
@@ -31,7 +30,7 @@ declare var GMSServices: any;
3130 ] ,
3231 providers : [
3332 ModalDialogService ,
34- { provide : NgModuleFactoryLoader , useClass : NsModuleFactoryLoader }
33+ { provide : NgModuleFactoryLoader , useClass : NSModuleFactoryLoader }
3534 ]
3635} )
3736// << ngmodule-config
You can’t perform that action at this time.
0 commit comments