electron-angular-native
electron-angular-native copied to clipboard
Electron reload not working
The issue is that use RouterModule after changes in the code are done the screen is white
@NgModule({ imports: [RouterModule.forRoot(routes, {useHash: true})], exports: [RouterModule] })
Also i had to change index.html base href tag to be empty:
<base href="">
I'm not sure I understand the issue. Could you provide a repository with a minimal reproduction?