Closed german-bortoli closed 6 years ago
Hello, I am using the latest stable version of aurelia with webpack, my question is the next one, on angular 1.4 I was able to has the routings without the "hash" (#). for example the route /#/contacts would be /contacts.
/#/contacts
/contacts
Is that even possible using Aurelia ?
You need to configure push state: https://aurelia.io/docs/routing/configuration#options
Can be closed
Hello, I am using the latest stable version of aurelia with webpack, my question is the next one, on angular 1.4 I was able to has the routings without the "hash" (#). for example the route
/#/contacts
would be/contacts
.Is that even possible using Aurelia ?