diff --git a/projects/nshmp-apps/src/app/app.module.ts b/projects/nshmp-apps/src/app/app.module.ts index 4f878d131662954d8c0a12460faf760be48f1c49..90a8a9ed9588e9e747a49101e0c003109b243306 100644 --- a/projects/nshmp-apps/src/app/app.module.ts +++ b/projects/nshmp-apps/src/app/app.module.ts @@ -24,6 +24,13 @@ const routes: Routes = [ module => module.StaticHazardAppModule ) }, + { + path: 'services', + loadChildren: () => + import('./apps/services-app/modules/services-app.module').then( + module => module.StaticHazardAppModule + ) + }, { path: '**', redirectTo: ''