-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: vscode-extensionIssues related to the Angular Language Service VsCode extensionIssues related to the Angular Language Service VsCode extensioneffort2: daysfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Milestone
Description
[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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: vscode-extensionIssues related to the Angular Language Service VsCode extensionIssues related to the Angular Language Service VsCode extensioneffort2: daysfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues