I have dynamic text to bind to ARIA-LABEL on an html page. This is an angular 2 app. I am using something like this: aria-label="Product details for {{productDetails?.ProductName}}"
But I get an error - Can't bind to 'aria-label' since it isn't a known property of 'div'.
Is there any workaround for this?