mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6c61d20476
currently animations with unsupported CSS properties cause a hard error and the crash of the animation itself, instead of this behaviour just ignore such properties and provide a warning for the developer in the console (only in dev mode) this change also introduces a general way to present warnings in the animations code resolves #23195 PR Close #45185