Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 15:50
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/d55c8035de9d8cec2d96a09f5f7801aa to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/d55c8035de9d8cec2d96a09f5f7801aa to your computer and use it in GitHub Desktop.
export const routes:RouterConfig = [
...LoginRoutes,
...RegisterRoutes,
...PagesRoutes,
{
path: '**',
redirectTo: '/pages/dashboard'
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment