(1) without serializer
// providers: [{ provide: UrlSerializer, useClass: CustomUrlSerializer }],
i have this url format : .../two(bar:beta)
(2) with serializer (to remove parentheses)
providers: [{ provide: UrlSerializer, useClass: CustomUrlSerializer }],
i have this url format : ../two/bar:beta
(2) that's what I want
** but there is a problem refreshing the page
../two/bar:beta
i refresh page
"/two/bar:beta" disappear
I'm on the root url, but I don't want it to keep the path