Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 25, 2017 15:44
Show Gist options
  • Save dontpaniclabsgists/403b1ac04e3978137aef0a4f1c5a33b9 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/403b1ac04e3978137aef0a4f1c5a33b9 to your computer and use it in GitHub Desktop.
azure_functions_3_2
@NgModule({
declarations: [
AppComponent,
AboutComponent,
HomeComponent
],
imports: [
BrowserModule,
RouterModule.forRoot(
appRoutes,
{enableTracing : true, useHash: true }
),
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment