In a recent Angular2 tutorial I watched, there was mention of the following syntax:
(click)="choose('${RED}')"
This references
export const RED = '#1976d2';
I am unable to find this syntax in the official documentation and I'm unsure how to research it further. Could it be deprecated?