0

I am trying to create multiple view in my angular application by using routing, once navigate to another view on click of browser back button not able to get previous view data (page is getting refreshed completely)

kanchan bele
  • 11
  • 1
  • 2

1 Answers1

0

Each page should be able to get all needed data by itself (resolvers, onInit). Because we should also be able to handle refresh of a page. In some case it could be a good idea to cache BE response (services).

Buggy
  • 3,539
  • 1
  • 21
  • 38