Project

General

Profile

« Previous | Next » 

Revision 57321

Create monitor component. Move stakeholders.json to assets.

View differences:

app-routing.module.ts
9 9

  
10 10
const routes: Routes = [
11 11
  // Other Pages
12
  { path: '', loadChildren: './home/home.module#HomeModule', resolve: { envSpecific: EnvironmentSpecificResolver  }},
13

  
12
  { path: '', loadChildren: './home/home.module#HomeModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
13
  { path: 'monitor', loadChildren: './monitor/monitor.module#MonitorModule', resolve: { envSpecific: EnvironmentSpecificResolver }},
14 14
  { path: 'about',  redirectTo: 'about/learn-how', pathMatch: 'full'},
15 15
  { path: 'about/learn-how', loadChildren: './learn-how/learn-how.module#LearnHowModule', resolve: { envSpecific:  EnvironmentSpecificResolver }},
16 16
  { path: 'about/learn-in-depth', loadChildren: './learn-how/learnInDepth/learn-in-depth.module#LearnInDepthModule', resolve: { envSpecific:  EnvironmentSpecificResolver }},

Also available in: Unified diff