angular/packages/core
tomer953 e4bfa5c9e7 fix(migrations): prevent duplicate imports in common-to-standalone migration
The common-to-standalone migration did not check for existing imports
when adding needed imports after removing CommonModule. This change adds deduplication
logic to filter out imports that already exist in the imports array
before adding them, ensuring each import appears only once.

(cherry picked from commit 008e20ca56)
2026-01-09 22:30:52 +00:00
..
global build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
primitives refactor(core): Use the provided Document value rather than global in FakeNavigation 2026-01-08 21:28:23 +00:00
resources docs(core): remove outdated regex template restriction in best-practices.md 2025-11-20 16:42:55 -05:00
rxjs-interop refactor(core): Support Error like object for on resource errors. 2025-12-10 08:18:24 -08:00
schematics fix(migrations): prevent duplicate imports in common-to-standalone migration 2026-01-09 22:30:52 +00:00
src refactor(core): Improve tree-shakable RuntimeError error for INVALID_FIELD_DIRECTIVE_HOST 2026-01-07 22:32:29 +00:00
test build: update cross-repo angular dependencies 2026-01-08 08:41:59 -08:00
testing docs: rewrite testing docs 2026-01-05 19:38:27 -05:00
BUILD.bazel refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder 2025-11-19 23:22:53 +00:00
index.ts refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
package.json build: bump core zone.js version 2025-11-19 21:22:17 +00:00
PACKAGE.md build: format md files 2025-11-06 10:07:13 -08:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsconfig-build.json build: migrate more targets of @angular/core to ts_project (#61370) 2025-05-16 11:02:07 +00:00
tsconfig-test.json build: migrate more targets of @angular/core to ts_project (#61370) 2025-05-16 11:02:07 +00:00