Skip to content

Instantly share code, notes, and snippets.

@sis0k0
Created August 7, 2017 10:32
Show Gist options
  • Save sis0k0/c716ce9b36bad13a96b3dbb7752fb492 to your computer and use it in GitHub Desktop.
Save sis0k0/c716ce9b36bad13a96b3dbb7752fb492 to your computer and use it in GitHub Desktop.
import { NgModuleFactoryLoader } from "@angular/core";
import { NSModuleFactoryLoader } from "nativescript-angular/router";
@NgModule({
providers: [
{ provide: NgModuleFactoryLoader, useClass: NSModuleFactoryLoader }
]
// ...
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment