Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created July 20, 2017 08:38
Show Gist options
  • Save aaronfrost/6c9543703ab8d32f13062636549cd6e7 to your computer and use it in GitHub Desktop.
Save aaronfrost/6c9543703ab8d32f13062636549cd6e7 to your computer and use it in GitHub Desktop.
Sample Routes for Angular App
[
{
path: 'team/:id',
loadChildren: './team/team.module#TeamModule'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment