Routing Module has common hashtag representation { useHash: true }
, dont have for specific path.
{ path: 'documentDelivered', component: DocumentDeliveredComponent },
{ path: 'health', component: MonitoringComponent },
@NgModule({
imports: [RouterModule.forRoot(routes, { useHash: true })],
http://localhost:4200/#/documentDelivered
I need to remove hashtag(#) only for below "health" path.