mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3cf18bb6f2
Previously, some versions of Angular 16.1.x that had 3/4 of the new DI debug APIs would enter a code path that required them to have access to the 4th. Now DevTools checks for the existence of all 4 explicitly before going down this code path. PR Close #52791