angular/packages/platform-browser-dynamic/src
JoostK 1284d00dc7 refactor(platform-browser-dynamic): remove private export of ResourceLoaderImpl (#44267)
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
2021-11-29 12:37:00 -05:00
..
resource_loader refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
compiler_factory.ts refactor: delete the View Engine runtime (#43884) 2021-11-23 21:10:06 +00:00
platform-browser-dynamic.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform_core_dynamic.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform_providers.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
private_export.ts refactor(platform-browser-dynamic): remove private export of ResourceLoaderImpl (#44267) 2021-11-29 12:37:00 -05:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00