diff --git a/cmd/templates/angular-template/frontend/src/app/app-routing.module.ts b/cmd/templates/angular-template/frontend/src/app/app-routing.module.ts index 249a14a5..4e5f86c4 100644 --- a/cmd/templates/angular-template/frontend/src/app/app-routing.module.ts +++ b/cmd/templates/angular-template/frontend/src/app/app-routing.module.ts @@ -5,7 +5,7 @@ const routes: Routes = []; @NgModule({ imports: [ - RouterModule.forRoot(routes,{useHash:true}) + RouterModule.forRoot(routes) ], exports: [RouterModule] })