Angular - Animations
Identify the error in this Angular animation code:
trigger('zoom', [transition(':enter', [animate('200ms', style({transform: 'scale(1)'}))])])