aurelia / framework

The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
MIT License
11.76k stars 623 forks source link

[Question] Aurelia routing without hash #904

Closed german-bortoli closed 6 years ago

german-bortoli commented 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.

Is that even possible using Aurelia ?

weagle08 commented 6 years ago

You need to configure push state: https://aurelia.io/docs/routing/configuration#options

Alexander-Taran commented 6 years ago

Can be closed