Skip to content

ashfaqch/ng-app-with-ngrx-data

Repository files navigation

Angular To-Do list application with @ngrx/data

In this example I have demonstrated the use of @ngrx/data management entity data.

dependency Status devDependency Status

Demo

Build & Run

  1. Run npm install to install packages
  2. Run ng serve and navigate to http://localhost:4200/

Notes

Extra dependencies packages used for this application
- npm install bootstrap --save
- npm install font-awesome@4 --save
- npm install angular-in-memory-web-api --save
- npm install @ngrx/entity @ngrx/store @ngrx/effects @ngrx/data @ngrx/store-devtools --save