This commit is contained in:
Nile Walker 2021-02-03 20:51:20 -05:00
parent 89bb8f0e6b
commit 3b80d8dd89
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ export const routes: Routes = [
path: 'dashboard',
component: SidebarComponent,
children: [
{
path: '', // child route path
component: GraphsComponent, // child route component that the router renders
},
{
path: 'graphs', // child route path
component: GraphsComponent, // child route component that the router renders