Is it possible to remove the # symbol from angular.js URLs?
I still want to be able to use the browser\'s back button, etc, when I change the view and will update th
Guess this is reallllly late for this. But adding the below config to the app.module imports does the job:
RouterModule.forRoot(routes, { useHash: false })