angular/packages/core/src/render3/util
Alex Rickabaugh 1434ba904d refactor(core): remove experimental Renderer3 abstraction (#46605)
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
2022-06-30 09:04:56 -07:00
..
attrs_utils.ts refactor(core): remove experimental Renderer3 abstraction (#46605) 2022-06-30 09:04:56 -07:00
change_detection_utils.ts refactor(core): reduce the number of circular deps (#38805) 2020-09-18 11:20:08 -07:00
debug_utils.ts refactor(core): cleanup i18n/icu data structures (#39233) 2020-10-21 18:33:00 -07:00
discovery_utils.ts feat(core): support TypeScript 4.7 (#45749) 2022-04-29 12:19:45 -04:00
global_utils.ts build: Use Ivy compiler for bazel builds by default (#43862) 2021-10-19 10:06:54 -07:00
injector_utils.ts refactor(core): Remove reliance on TNodeType.View. (#38707) 2020-09-28 16:15:59 -04:00
misc_utils.ts perf(core): minor improvements to listener instructions (#41807) 2021-04-30 14:14:00 -07:00
stringify_utils.ts fix(core): not invoking object's toString when rendering to the DOM (#39843) 2020-11-30 15:49:57 -08:00
view_traversal_utils.ts feat(core): support TypeScript 4.7 (#45749) 2022-04-29 12:19:45 -04:00
view_utils.ts refactor(core): remove experimental Renderer3 abstraction (#46605) 2022-06-30 09:04:56 -07:00