angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

How to keep form data when route is changed #50

Open shashankvivek opened 6 years ago

shashankvivek commented 6 years ago

Thanks for providing such great example. I have come from AngularJS background and I am trying to learn Redux.

I can see that the form data is lost when the route is changed. Can you help me in understanding on how to retain its data like other two routes (elephant and Lion)