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 4e5f86c41..249a14a5c 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) + RouterModule.forRoot(routes,{useHash:true}) ], exports: [RouterModule] })