I'm currently facing an issue with the new animation features in Angular 4.2, specifically the query and stagger functionalities.
Anticipated behavior: I expect that when I click on the Toggle
button, every element with the attribute [animate-bar]
will animate sequentially.
Actual outcome: Unfortunately, only the first element with the attribute [animate-bar]
animates.
If you'd like to take a look at the code, you can find it on this Plunker link: http://plnkr.co/edit/qaJpj4Maf0QobAv8bXe6?p=preview