An open API service indexing awesome lists of open source software.

https://github.com/cemutku/angular-ngrx-example

angular-ngrx-example
https://github.com/cemutku/angular-ngrx-example

ngrx ngrx-effects ngrx-example ngrx-router-store ngrx-store ngrx-store-devtools

Last synced: 6 months ago
JSON representation

angular-ngrx-example

Awesome Lists containing this project

README

          

# Angular NgRx Example

This project was generated with [Angular CLI](https://github.com/angular/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

## Development server

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`)