Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created September 14, 2016 23:11
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 vsavkin/cad1f83b158b364b1cb2960b7ffaf11a to your computer and use it in GitHub Desktop.
Save vsavkin/cad1f83b158b364b1cb2960b7ffaf11a to your computer and use it in GitHub Desktop.
[
{
path: '',
canActivate: [CanActivateMessagesAndContacts],
resolve: {
token: TokenNeededForBothMessagsAndContacts
},
children: [
{
path: 'messages',
component: MesssagesCmp
},
{
path: 'contacts',
component: ContactsCmp
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment