diff --git a/README.md b/README.md index c3ebe509..c05862c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Awesome Release Pipelines - Pre-Release Pipelines

The traditional method of providing web interfaces to Go programs is via a built-in web server. Wails offers a different approach: it provides the ability to wrap both Go code and a web frontend into a single binary. Tools are provided to make this easy for you by handling project creation, compilation and bundling. All you have to do is get creative! 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 4e5f86c4..249a14a5 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] })