How do I add string interpolation/concatenation
to router link below which goes to parent route, and then variable link?
<a routerLink="../account-information/" + "item.productId">
How do I add string interpolation/concatenation
to router link below which goes to parent route, and then variable link?
<a routerLink="../account-information/" + "item.productId">
String Interpolation
Attribute Binding Syntax:
or