I am trying to create a dynamic url in my Aangualr2 App. I passed the id to the a service and I appended it as below:
ServiceDesk/DashBoard/${id}/Gadget
When I run my app, it is throwing an error because the url is generated as below instead of id getting replaced with the below string instead of value 1.
ServiceDesk/DashBoard/$%7Bid%7D/Gadget