This commit is contained in:
parent
89bb8f0e6b
commit
3b80d8dd89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue