Skip to content

Instantly share code, notes, and snippets.

@daretodave
Created May 19, 2019 13:19
Show Gist options
  • Save daretodave/6b890f461753ccc5e6fa7b0099105adb to your computer and use it in GitHub Desktop.
Save daretodave/6b890f461753ccc5e6fa7b0099105adb to your computer and use it in GitHub Desktop.
const routes = //.....\\\\
@NgModule({
declarations: [
AllComponentsThatPersistAlways
],
imports: [BrowserModule, FormsModule, HttpModule, RouterModule.forRoot(routes)],
providers: [
{
provide: RouteReuseStrategy,
useClass: CustomRouteReuseStrategy
}
],
bootstrap: [AppComponent]
})
export class PesdyoModule {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment