mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a5c4bb5b96
Note 4.3 only! Prior to this fix when [@.disabled] was used in a component that contained zero animation code it wouldn't register properly because the renderer associated with that component was not an animation renderer. This patch ensures that it gets registered even when there are no animations set.