angular/packages/core
Paul Gschwendtner 280e240f5f refactor(migrations): improve safety of queries migration when dealing with union types (#58190)
When dealing with union types of queries, we should be conservative in
the default mode and skip migration. That is because `viewChild()`
always includes `undefined`, but we cannot trivially emulate the
behavior where it was initially set to `null` (as an alternative to
`undefined`). Those queries can still be migrated via best effort
mode.

PR Close #58190
2024-10-15 13:49:21 +00:00
..
global refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
primitives refactor(core): introduce debugName optional arg to ReactiveNode (#57710) 2024-10-07 09:25:28 -07:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop feat(core): Promote takeUntilDestroyed to stable. (#58200) 2024-10-15 12:52:26 +00:00
schematics refactor(migrations): improve safety of queries migration when dealing with union types (#58190) 2024-10-15 13:49:21 +00:00
src refactor(core): Add mouseover to hover dom triggers (#58197) 2024-10-14 14:27:04 -07:00
test refactor(core): Add mouseover to hover dom triggers (#58197) 2024-10-14 14:27:04 -07:00
testing refactor(core): Setup constant for standalone default value (#58175) 2024-10-14 16:01:41 +00:00
BUILD.bazel refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json build: update zone.js peer dependency for core package to 0.15.0 (#57431) 2024-08-21 13:17:52 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00