Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 25, 2017 15:42
Show Gist options
  • Save dontpaniclabsgists/0488598de9d67593be5efe44dfe9f0e9 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/0488598de9d67593be5efe44dfe9f0e9 to your computer and use it in GitHub Desktop.
azure_functions_3_1
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