angular2,
How do I add a query query to a nested route in this format?
This works in ts file:
routerLink = ['/output', {outlets: {'output': ['details']}}]
http://localhost:4200/#/output/(output:details)
How do I modify to add a query parm? URL should like like this:
http://localhost:4200/#/output/(output:details;id=1)