3

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

Ehsan
  • 308
  • 6
  • 17

1 Answers1

9

i add UseHash to my routing like this

RouterModule.forRoot(routes,
    { useHash: true }
  )
Ehsan
  • 308
  • 6
  • 17