Code Inspection: Invalid animation trigger assignment
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports an invalid assignment of an animation trigger. To attach an animation to an element, use [@triggerName]="expression"
or an attribute without a value @triggerName
.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.