mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ece530faf5
errors in the animations code are of type `any` but are consistently used as if there were `string`s, change `any` to `string` to make typing more accurate PR Close #44726