@WIllBr wrote:
How can I force a page refresh/reload after a router.navigate ?
I asking because ngOnInit works only once and if I have to return to a previous page using router.navigate the displayed data are not updated.I have also tried with all Angular life cycle hooks but I can’t find the best way to to that, I have also tried with {reload: true} without success.
Posts: 1
Participants: 1