You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="">
The text was updated successfully, but these errors were encountered:
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="">
The text was updated successfully, but these errors were encountered: