Processes URIs to remove extraneous Angular-specific information.
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'` |