mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
700c0520bb
This commit updates the loop in ApplicationRef.tick to only throw in dev mode. In addition, it reduces the reruns to 10 from 100 in order to reduce the impact on production applications that encounter this error. That is, the loop will bail out much earlier and prevent prolonged unresponsiveness. PR Close #54848