I would have thought finding this information would be simple with all the work that has gone into Angular2 but apparently not...
1) How can I get the full url of the activated route in Angular2? I know I can call window.location.href
but was wondering if there was an Angular way.
2) Is there a way to "build out" a url? If I know when route I want and the parameters for said route, can I construct the full url?