Answers for "angular 404 on refresh"

2

angular 404 on refresh

Use HashLocation strategy.
Add to top level module
import { HashLocationStrategy, LocationStrategy } from '@angular/common';
providers: [{provide: LocationStrategy, useClass: HashLocationStrategy}],
Posted by: Guest on February-06-2021

Code answers related to "angular 404 on refresh"

Code answers related to "Javascript"

Browse Popular Code Answers by Language