mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
30d1c34384
This commit updates `DebugNode` and `DebugElement` implementaitons to cleanup ViewEngine removal artifacts. There is no need for a separate interface and implementation class, so we can combine them now. This comment also gets rid of `R3` suffixes (denoting Ivy) in helper methods. PR Close #44270