mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Due to the restrictions of circular dependency checking, we need a separate internal interface for a renderer. We cannot use `Renderer2` as a type internally as even importing it as a type incurs a dependency on its implementation, which creates a major potential for circular dependencies. Previously this role was served by the `Renderer3` type. As we prepare to remove the `Renderer3` abstraction (the idea of using `document` as a differently-shaped renderer), this commit renames `ProceduralRenderer3` to the more generic term `Renderer`. `RendererFactory3` is also renamed to the more generic `RendererFactory` for consistency. PR Close #46605 |
||
|---|---|---|
| .. | ||
| global | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||