Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created May 29, 2019 11:56
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 cyrilletuzi/2c3a6350935a1fac1487945a6270bce7 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/2c3a6350935a1fac1487945a6270bce7 to your computer and use it in GitHub Desktop.
const routes: Routes = [
{ path: 'admin', loadChildren: () => import('./admin/admin.module').then((m) => m.AdminModule)}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment