Skip to content

Instantly share code, notes, and snippets.

@jsanta
Created May 29, 2018 20: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 jsanta/07cd94671d93269ce1bbce5fefbf0c76 to your computer and use it in GitHub Desktop.
Save jsanta/07cd94671d93269ce1bbce5fefbf0c76 to your computer and use it in GitHub Desktop.
Valid Angular UI Router state for Sample App (excerpt)
{
name: 'main.dashboards',
url: '/dashboards',
data: {
requiresAuth: true,
routeEnabled: true
},
views: {
'desktop-view@main': DashboardsPageComponent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment