What is Redux?
It is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
Redux in Angular
Using ngRedux
we can create angular redux application.
ngRedux
lets you easily connect your angular components with Redux.
NPM Command for ngRedux
npm install --save ng-redux