Closed sean-perkins closed 7 years ago
Out of the gate, NativeScript does not allow for:
loadChildren: '/app/feature.module.ts#FeatureModule'
This PR introduces the custom NSModuleFactoryLoader as well as removes the duplicate app module. I think we should keep the app.module.ts inside the nativescript folder and omit the duplicate .tns.ts version in the web side.
NSModuleFactoryLoader
app.module.ts
nativescript
.tns.ts
Out of the gate, NativeScript does not allow for:
This PR introduces the custom
NSModuleFactoryLoader
as well as removes the duplicate app module. I think we should keep theapp.module.ts
inside thenativescript
folder and omit the duplicate.tns.ts
version in the web side.