Is it possible to get conditional attribute (not class)?
e.g.:
<form-field {true: 'required'}[field.required]></form-field>
expected results
<form-field required></form-field>
or
<f orm-field ></form-field>
now I've got an
Error: The string contains invalid characters.
This is in html file not in template which I can compile.