mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c2dbcd36a6
ɵAnimationDriver can be safely removed from private exports as AnimationDriver is already a public export. Since its already available, we can safely remove its declaration and migrate its only usage in our repo to rely on the public AnimationDriver symbol. PR Close #35690