angular/packages/core
Kristiyan Kostadinov 9895e4492f fix(migrations): replace leftover modules with their exports during pruning (#57684)
Currently during the module pruning stage of the standalone migration we assume that any leftover modules which only have `imports` and `exports` can safely be removed. That can be incorrect for the cases where some parts of the app were converted to standalone outside of the migration.

These changes update the logic so that such modules are replaced with the `exports` which are used within the specific component.

Fixes #51420.

PR Close #57684
2024-09-06 14:15:50 +00:00
..
global docs(docs-infra): Add dev-mode only mention for core/global (#57365) 2024-08-29 10:17:35 -07:00
primitives fix(core): Do not bubble capture events. (#57476) 2024-08-23 14:46:55 -07:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop fix(core): tree shake dev mode error message (#57035) 2024-07-22 10:49:18 -07:00
schematics fix(migrations): replace leftover modules with their exports during pruning (#57684) 2024-09-06 14:15:50 +00:00
src docs: Add mention to ENVIRONMENT_INITIALIZER (#57464) 2024-08-29 07:43:48 -07:00
test test: avoid leaking some LViews in tests (#57546) 2024-08-27 13:29:09 -07:00
testing feat(core): Add whenStable helper on ApplicationRef (#57190) 2024-08-06 21:28:16 +00:00
BUILD.bazel refactor(compiler-cli): Do extract symbols from private modules. (#57611) 2024-09-06 14:15:19 +00:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json build: update zone.js version to 0.14.10 instead of 0.15 (#57266) 2024-08-05 18:15:41 +00:00
PACKAGE.md
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00