In Angular 7 i got 404 Error When reload the page

Viewed 7475

i had Error 404 and lost my variables in Local Storage my problem when happend then my application upload in server in localhost i have not any problem

1 Answers

i add UseHash to my routing like this

RouterModule.forRoot(routes,
    { useHash: true }
  )
Related