An Angular Module Starter kit featuring : Components, Services and Redux with (store, effects, actions).
Download files or clone.
To lazy load this module add this :
{
canActivate: [AuthGuard],
loadChildren: './starter/starter.module#StarterModule',
path: 'planning'
}
and in your html, preferably sidebar or menu add [routerLink]="starter".