Skip to content

miki995/Angular-Module-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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