mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c0d4086c6e
Prior to this change in some cases errors tht happen during routing were not being surfaced. This is due to the fact that the router has floating promises, and the platform was being destroyed prior to these being settled. PR Close #50587