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

1 3 4 5