mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In order to support ESM for the `platform-server` package, we need to remove two usages of dynamic imports and replace them with their corresponding/equivalent import statement. This will also allow ESBuild to recognize this import. Note that we want to keep these imports external, so we explicitly specify the `externals` option for the `ng_package` rule. PR Close #43431 |
||
|---|---|---|
| .. | ||
| global | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||