Angular 6 routing tutorial

Why a separate routing module 1.Separation of Concerns 2.Maintainability ng g c employee/create-employee –skipTests=false –flat=true ng g c employee/list-employees –skipTests=false –flat=true ng g m app-routing

Create Angular Library

ng new weather –createApplication = false ng generate library weather It will create & update 3 files weater-src-lib-public_api.ts “/lib/” [weather.service, weather.component, weather.module] ng generate application

Angular: NgRx

Within a single store? We are going to talk later about stores, but in a general definition, they have the responsibility of holding the state