In my angular application there are two pages. In the first page we will fill the data in the form and click on continue then it goes to next page.
But there is back button in the next page and if we click on that then it will go to the before form page.
Now the main point is the data filled in form fields are not retaining the data.
So what can I do so that the values in form fields should be retained even after going to the next page and again coming back to the previous one.
Please help anyone.