todo-app-ngrx
todo-app-ngrx copied to clipboard
TodoMV* - Angular + Redux (ngrx)
trafficstars
TodosAppNgrx
Is the example for use Angular + Ngrx (Redux) for a TodoMV* App
You can see all files about redux in TodoMV* App
Built with @angular/cli
DEMO ONLINE

Included
- @ngrx/store - RxJS powered state management for Angular apps, inspired by Redux
- @angular/router - Angular Router
- @ngrx/store-devtools - Instrumentation for @ngrx/store enabling time-travel debugging
Quick start
# clone the repo
git clone https://github.com/nicobytes/todo-app-ngrx.git
# Install the dependencies:
npm install
# start the server
ng serve
Features
- TodoMV* features ... link
- Redux with ngrx
- Persistence
- Routing
- coverage = 100%

Todos
- [] Add Angular Universal
- [] PWA