I work with Angular 8. I added onSameUrlNavigation: 'reload' to my router in order to make the second click on the same link reload the page. It works fine but it doesn't empty the input fields on the reloaded page. Why is that so and how can I fix it?