angular/packages/core
tmpln 38bb2bfeb6 fix(core): improve input writes migration in best effort mode
Currently, signal migration schematics in best effort mode doesn't do a very good job migrating input writes when there is a nested property access in templates.

In event handlers, no attempt is made to migrate a nested access in the left-hand-side of assignments or anything in their right-hand-side. E.g., nothing will happen here:

`(ngModelChange)="inputD.prop = $event + inputF"`.

Additionally, when a migration attempt is made, parentheses are often incorrectly placed on the parent, both in event handlers and two-way bindings:

`(ngModelChange)="inputC = $event"` is migrated to `(ngModelChange)="inputC = $event()"`.

`[(ngModel)]="inputB.prop.prop"` is migrated to `[(ngModel)]="inputB.prop().prop"`.
2026-05-08 12:33:43 +00:00
..
global build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
primitives ci: remove remainings of saucelabs tests 2026-04-22 14:41:03 -07:00
resources fix(core): Remove note to skip arrow functions in best practices 2026-01-20 10:42:42 -08:00
rxjs-interop feat(core): add ability to cache resources for SSR 2026-05-06 09:57:49 -07:00
schematics fix(core): improve input writes migration in best effort mode 2026-05-08 12:33:43 +00:00
src fix(core): allow service with factory on abstract classes 2026-05-08 10:16:15 +02:00
test refactor(core): use the @Service decorator where possible. 2026-05-07 17:03:30 -06:00
testing refactor(core): Don't throw when there are not async metadata 2026-04-27 17:04:09 -07:00
third_party/@mcp-b/webmcp-types refactor(core): vendor @mcp-b/webmcp-types 2026-05-06 14:13:20 -07:00
BUILD.bazel refactor(core): implement declareWebMcpTool 2026-05-06 14:13:20 -07:00
index.ts refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
package.json refactor(core): implement declareWebMcpTool 2026-05-06 14:13:20 -07:00
PACKAGE.md build: format md files 2025-11-06 10:03:05 -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