Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created May 25, 2018 14:04
Show Gist options
  • Save amcdnl/0286d57d6044f4921411526a59efc50f to your computer and use it in GitHub Desktop.
Save amcdnl/0286d57d6044f4921411526a59efc50f to your computer and use it in GitHub Desktop.
export const routes: Routes = [
{
path: 'admin',
loadChildren: './admin/admin.module#AdminModule',
canActivate: [AuthGuard]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment