Skip to content

vsavkin/state_management_ngrx4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published