Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron reload not working #57

Open
Muscliy opened this issue Oct 26, 2018 · 1 comment
Open

Electron reload not working #57

Muscliy opened this issue Oct 26, 2018 · 1 comment
Labels

Comments

@Muscliy
Copy link

Muscliy commented Oct 26, 2018

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

@just-jeb
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants