How do you reload the current route (with route resolvers) in Angular 11 without using window.href
or navigateByUrl
?
I just want to re-run the route resolvers.
Asked
Active
Viewed 121 times
0

Tawani Anyangwe
- 9
- 1
-
is something like `/:id/` url param got changed when you "reload the route"? – Andrei Apr 13 '21 at 12:36
-
@Andrei no. the /:id/ did not change. Just some other properties of the object currently being viewed. – Tawani Anyangwe Apr 20 '21 at 18:29