-
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Description
Angular supports adding classes based on conditions like this:
<div ngClass="{
'hover:text-blue-700 hover:underline': <some-condition>
}">
</div>
This makes it easy to add classes based on a condition. However, the extension does not seem to work in this case?
Would be awesome if it worked, because it's a fairly common way of assigning classes in Angular
george3447, AndreasHald, shrestaz, marcjulian and duong755
Metadata
Metadata
Assignees
Labels
No labels