Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Created July 26, 2020 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save changhuixu/b8278b925dd9b44fcb8ad573da43085b to your computer and use it in GitHub Desktop.
Save changhuixu/b8278b925dd9b44fcb8ad573da43085b to your computer and use it in GitHub Desktop.
const routes: Routes = [
// ...
{ path: 'demo-apis', component: DemoApisComponent, canActivate: [AuthGuard] },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment