[If this already exists, a pointer to the docs would be awesome.]
In AngularDart, I have an element:
<div class="a" ng-class="someExpr"></div> where someExpr evaluates to "b c".
The rendered output is <div class="a b c"></div>.
How do I use this pattern in Angular 2?