(Disclaimer: I work on the Angular team, but this isn't something the Angular team is considering (yet). This is simply me capturing some thoughts...)
ES2015 added Template Literals to JavaScript (Template Literals is the current term, they were known as "Template Strings" in the first edition)
They're useful for all kinds of things, the most obvious of which is interpolating values in a much more concise way than concatting strings together: