File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
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 , NSModuleFactoryLoader } from "nativescript-angular/router" ;
6+ import { NativeScriptRouterModule } 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" ;
1213import { ModalDialogService } from "nativescript-angular/modal-dialog" ;
1314import { registerElement } from "nativescript-angular/element-registry" ;
1415import { TnsGoogleMaps } from "nativescript-googlemaps" ;
@@ -30,7 +31,7 @@ declare var GMSServices: any;
3031 ] ,
3132 providers : [
3233 ModalDialogService ,
33- { provide : NgModuleFactoryLoader , useClass : NSModuleFactoryLoader }
34+ { provide : NgModuleFactoryLoader , useClass : NsModuleFactoryLoader }
3435 ]
3536} )
3637// << ngmodule-config
You can’t perform that action at this time.
0 commit comments