Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Last active February 20, 2020 15:52
Show Gist options
  • Save ArtemRomanovsky/dc560f9995f334ab6565b2b0431623b6 to your computer and use it in GitHub Desktop.
Save ArtemRomanovsky/dc560f9995f334ab6565b2b0431623b6 to your computer and use it in GitHub Desktop.
export const PagesRoutes:RouterConfig = [
{
path: 'pages',
component: Pages,
children: [
{
path: 'dashboard',
component: Dashboard
},
{
path: 'editors',
component: Editors
}
]
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment