Currently what is being happening is, when you navigate to any aux route the URL page will be
my-url/(router-name:aux)
What I want is, it should be something like
my-url/router-name/aux
Is this even logical? I don't know if it will contradict with any primary routing.
Thanks