From 3b80d8dd8901f2cc96dbe59876d2ddd333995cc2 Mon Sep 17 00:00:00 2001 From: Nile Walker Date: Wed, 3 Feb 2021 20:51:20 -0500 Subject: [PATCH] . --- src/app/app-routing.module.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index eee04f5..535626f 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -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