Skip to content

ng-class equivalent behaviour #2025

@jbdeboer

Description

@jbdeboer

[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?

Metadata

Metadata

Labels

area: vscode-extensionIssues related to the Angular Language Service VsCode extensioneffort2: daysfeatureLabel used to distinguish feature request from other issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions