diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index f0d58b1..04a58bc 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -46,6 +46,11 @@ const protectedRoutes: Routes = [ }, ], }, + { + path: 'foo', + loadComponent: () => + import('./pages/foo-root/foo.component').then((m) => m.FooComponent), + }, ]; export const routes: Routes = [ diff --git a/frontend/src/app/layout/main-layout/layout.component.html b/frontend/src/app/layout/main-layout/layout.component.html index f99be06..145c05e 100644 --- a/frontend/src/app/layout/main-layout/layout.component.html +++ b/frontend/src/app/layout/main-layout/layout.component.html @@ -1,14 +1,16 @@ -
-