mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This type was exported for the ViewEngine compiler as it needed to reference the class in its DI codegen. This is no longer a requirement with Ivy, hence the private export can be removed. This change prevents an import of `@angular/compiler` to be referenced in the .d.ts file of `@angular/platform-browser-dynamic`, which is beneficial for application compilations as that prevents the `@angular/compiler` .d.ts files from being included in the `ts.Program` of an application. Closes #44157. PR Close #44267 |
||
|---|---|---|
| .. | ||
| resource_loader | ||
| compiler_factory.ts | ||
| platform-browser-dynamic.ts | ||
| platform_core_dynamic.ts | ||
| platform_providers.ts | ||
| private_export.ts | ||
| version.ts | ||