This project was generated with Angular CLI version 9.0.7.
This project contains examples of using the NgRx library.
- State management (Redux pattern)
- Side effects
- Presentational and Container components
- Basic example of router store
Run npm install to get node_modules and run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
There is a fake API created with json-server under http://localhost:3000/ check /posts for json data (db.json). It will be started with the same command as angular app (npm start)