Is there a way to trigger an animation after updating an array of values that is bound to the template HTML using *ngFor?
In order for my animation to be meaningful, it needs to be triggered after the view has been updated with the most current values.
I'm curious if there is a specific point in the lifecycle where I can intervene once the view update is complete. Alternatively, is there something I can call to immediately update the view with the latest values?