SyntaxFix
Write A Post
Hire A Developer
Questions
For me was because I put the animation name inside square brackets.
<div [@animation]></div>
But after I removed the bracket all worked fine (In Angular 9.0.1):
<div @animation></div>