Created
July 26, 2020 02:39
-
-
Save changhuixu/b8278b925dd9b44fcb8ad573da43085b to your computer and use it in GitHub Desktop.
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 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