Created
August 25, 2017 15:44
-
-
Save dontpaniclabsgists/403b1ac04e3978137aef0a4f1c5a33b9 to your computer and use it in GitHub Desktop.
azure_functions_3_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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