animate functions now contain style functions instead of plain objects e.g. animate(1s, { background: black })) to animate(1s, style({ background: black })) PR Close #28305
animate functions now contain style functions instead of plain objects e.g. animate(1s, { background: black })) to animate(1s, style({ background: black })) PR Close #28305