router icon indicating copy to clipboard operation
router copied to clipboard

[Feat] Provide access to all route params via router service

Open meeroslav opened this issue 5 years ago • 0 comments

Components can access their dedicated URL param via RouteParams provider. Sometimes, components need to be aware of all the params in the URL. This should ideally be provided via router service. Router survive provides access to url$, queryParams$, and hash$ stream, but not path params.

meeroslav avatar Jul 24 '20 12:07 meeroslav