This repository was archived by the owner on Feb 6, 2020. It is now read-only.
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
highlighting breaks on ternary operator in template #35
Open
Description
Syntax highlighting seem to break whenever there is a ternary operator in an attribute:
<my-component [someInput]="something ? 'foo' : 'bar'"> // Highlighting breaks after this line
It does seem to be specific to attribute bindings, i.e this should still work:
<my-component>{{something ? 'foo' : 'bar'}}</my-component>
Metadata
Metadata
Assignees
Labels
No labels