Angular - Animations
Why might an Angular animation transition using
transition('open => closed', [animate('500ms')]) not run when the state changes from 'closed' to 'open'?