top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Redux in Angular(2/4/5)?

0 votes
255 views
What is Redux in Angular(2/4/5)?
posted Dec 29, 2017 by Ujjwal Mehra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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
answer Dec 31, 2017 by Parampreet Kaur
...