Overwrite the default URL serializer to replace space with plus sign.
Must provide this in app config.
{ provide: UrlSerializer, useClass: SpacePlusUrlSerializer }, Copy
{ provide: UrlSerializer, useClass: SpacePlusUrlSerializer },
Parses a url into a UrlTree
UrlTree
Converts a UrlTree into a url
Overwrite the default URL serializer to replace space with plus sign.
Must provide this in app config.