I am building an application with the help of Angular6 and facing problems in routing. All the routes are working when I click on a particu
Refetch data on same URL navigation
imports: [RouterModule.forRoot(routes, { onSameUrlNavigation: 'reload' })],