mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
76d2496f24
This CL refactors the animation AST code to make use of interfaces instead of classes. Given that interfaces are not persisted during runtime the removal of classes should nicely cut down on size for the animations-browser bundle. PR Close #19673