I have created the app in Angular 7. In the navigation part, when the params change in browser url, page is not refreshing.
ex:
User clicked on disciplines menu item and the page url looks like
http://localhost:4200/xxx/disciplines
user clicked on table row item in the disciplines page, url looks like
http://localhost:4200/xxx/disciplines?disciplineId=1150
when user again click on the disciplines menu item, url is changing correctly in browser url like http://localhost:4200/xxx/disciplines
but the page is not refreshing/reloaded.
Expert advise please?