mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* fix(backend): skip node if there is no associated TViewData The code was assuming that the TViewData item at the same index as the node in LView would contain a data entry. This value can be `null` (which is the case in our app), which causes a catastrophic failure in the dev tool. By checking for null, the node is skipped because it cannot determine the associated component or directive and the dev tool does not die. fixes issue rangle/angular-devtools#801 * chore: style tweak - add early return to avoid nesting |
||
|---|---|---|
| .. | ||
| lib | ||
| public-api.ts | ||
| test.ts | ||