My angular 4 application implements routing, one of my path is detail/:code
.
But my code isn't a simply number, is a partial string path like this /user/4
It works well when I navigate appending this code to my principal endpoint but when I land into this detail page if I look into my url bar I found this path
It use escape %2 for my '/', I can't change my code into a number, is it possible to figure out the correct url?