Search code examples
angular7

In Angular 7 i got 404 Error When reload the page


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


Solution

  • i add UseHash to my routing like this

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