mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
83da928206
Due to explicit injector type checks, inspecting nodes that have type !== `environment` but at the same time are rendered in the Environment Injector tree, opening their details used to break the app. This change fixes this.