vsavkin / state_management_ngrx4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Showing How to Use NgRx 4

This application illustrates how to use NgRx 4 to implement the state management of your application.

It is based on this talk: https://www.youtube.com/watch?v=brCGZ8Lk-HY&t=1107s

  • The first commit shows an application with an ad-hoc state-management strategy (with a few issues).
  • The second commit fixes the issues in ad-hoc way.
  • The third commit is the refactoring introducing NgRx 4.

Try It!

  • Go to server
  • Run npm install
  • Run npm run server
  • Go to clientapp
  • Run npm install
  • Run ng serve

About


Languages

Language:TypeScript 82.9%Language:HTML 7.1%Language:JavaScript 6.2%Language:CSS 3.8%