Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 678 Bytes

Angular Module Starter

Angular Module Starter

Description

An Angular Module Starter kit featuring : Components, Services and Redux with (store, effects, actions).

Getting Started

Download files or clone.

Setup

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".

Author