mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
368765c4a1
This commit removes the `Renderer3` experiment which attempted to use the real DOM API as Angular's renderer. As shown in the diff, having this experiment around added real code complexity to Angular that could not be removed by an optimizer. Since we no longer feel this experiment is worth continuing, we're removing the `Renderer3` concept and all supporting code. PR Close #46646