Created
August 25, 2017 15:42
-
-
Save dontpaniclabsgists/0488598de9d67593be5efe44dfe9f0e9 to your computer and use it in GitHub Desktop.
azure_functions_3_1
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
const appRoutes: Routes = [ | |
{ | |
path: 'about', | |
component: AboutComponent | |
}, | |
{ | |
path: '**', | |
component: HomeComponent | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment