Angular - Animations
What is wrong with this animation trigger?
trigger('fade', [transition(':enter', [style({opacity: 1}), animate('300ms', style({opacity: 0}))])])