mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
29c5416d14
This commit adds an `error` listener to image elements and removes both `load` and `error` listeners once the image loads or fails to load. The `load` listener would never have been removed if the image failed to load. PR Close #52990