-1
Good night.
I have an application developed in Angular 11. I need to remove # from the address, since it looks like this : https://meusite.com.br/#/login.
I want to take out the # that is put in the address. My app is posted to an App Service on Azure.
Once I solved it on a dedicated server. Now using Azure, I’m unable to solve.
Someone’s already done it?