mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 #46605 |
||
|---|---|---|
| .. | ||
| attrs_utils.ts | ||
| change_detection_utils.ts | ||
| debug_utils.ts | ||
| discovery_utils.ts | ||
| global_utils.ts | ||
| injector_utils.ts | ||
| misc_utils.ts | ||
| stringify_utils.ts | ||
| view_traversal_utils.ts | ||
| view_utils.ts | ||