Angular <router-outlet name=“popup”> change URL path structure?
问题 I'm using a popup (refering to the docs): https://angular.io/guide/router#displaying-multiple-routes-in-named-outlets Everything is fine apart from the URL structure: /domain/subPath/(popup:myopoup) How can I change this default structure with parenthesis? I would like it to be as follows: /domain/subPath/popup In other words, I want to remove the brackets including the colon inside the URL. Inside their documentation the popup also appears in that manner (with brackets) Here is some code: