Keep state of previous page in Angular 10
im reading data in component A, route to component B and pass data as extras. Component B now has this data in its instance scope. I then pass this data to component C and do something with that data. If I now return to component B by going back a page, the data which I… Read More Keep state of previous page in Angular 10