I have some text boxes and button in a page, while clicking on that button it should navigates to the another component, after completing all the functionalities in that page it should navigate back to the previous page with the previously entered data.
How could I do that in angular 8. Any suggestions.