angularjs - In angular2 I deployed my app to firebase hosting and on refresh of the pages I get 404 error -
in angular2 deployed app firebase hosting , on refresh of pages 404 error.
the route works fine when click on website when click refresh page disappears.
this firebase.json:
{ "firebase": "************", "public": "prod", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ {"source": "**", "destination": "/index.html"} ] }
or need angular2 code cater this?