Hi Rohit,
Answered on SO <https://stackoverflow.com/a/44234310/4087921>
Will copy my answer here, for prosperity.
Make sure your server is set so that it is returning your `index.html`
instead of a 404.
In your nginx config for this site add:
error_page 404 =200 /index.html;
Alternatively, you can redirect like this:
try_files $uri $uri/ /index.html;
Regards
Sander
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.