DaffRoutingUriNormalizer

Processes URIs to remove extraneous Angular-specific information.

Properties

Name Type Description
normalize string Normalizes an Angular router path into a useable URI. e.g. `normalize('some/url.html(secondary:outlet)?query=param#fragment')` -> `'some/url.html?query=param#fragment'` Optionally accepts an outlet to target. e.g. `normalize('some/url.html(secondary:outlet)?query=param#fragment', 'secondary')` -> `'outlet?query=param#fragment'`
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.