mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
resolve angular routing broken when app is built
This commit is contained in:
committed by
Lea Anthony
parent
c9b26c6352
commit
e0aab7c27f
@@ -5,7 +5,7 @@ const routes: Routes = [];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forRoot(routes)
|
||||
RouterModule.forRoot(routes,{useHash:true})
|
||||
],
|
||||
exports: [RouterModule]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user