electron-angular-native icon indicating copy to clipboard operation
electron-angular-native copied to clipboard

Electron reload not working

Open Muscliy opened this issue 7 years ago • 1 comments

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="">

Muscliy avatar Oct 26 '18 08:10 Muscliy

I'm not sure I understand the issue. Could you provide a repository with a minimal reproduction?

just-jeb avatar Oct 27 '18 13:10 just-jeb