angular/packages/core/schematics
cexbrayat e6514b9f3d fix(migrations): do not migrate next calls in template if not an EventEmitter (#58631)
Fixes #58630

```html
<button (click)="someSubject.next()">Click</button>
```

was migrated to an `.emit` call, even if `someSubject` was not an `EventEmitter`.

The issue was the same in host listeners.

PR Close #58631
2024-11-15 14:13:52 +01:00
..
migrations fix(migrations): do not migrate next calls in template if not an EventEmitter (#58631) 2024-11-15 14:13:52 +01:00
ng-generate fix(migrations): replace removed NgModules in tests with their exports (#58627) 2024-11-13 18:04:32 +00:00
test fix(migrations): replace removed NgModules in tests with their exports (#58627) 2024-11-13 18:04:32 +00:00
utils refactor(migrations): support running existing migrations with plain TS programs (#58541) 2024-11-08 17:22:06 +00:00
BUILD.bazel feat(core): add syntactic sugar for initializers (#53152) 2024-10-22 09:38:18 -07:00
collection.json feat(migrations): expose output as function migration (#58299) 2024-10-22 07:41:41 -07:00
migrations.json refactor(migrations): use import manager in provide-initializer (#58456) 2024-11-04 18:15:00 +01:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
rollup.config.js build(migrations): skip source map generation (#58299) 2024-10-22 07:41:41 -07:00
tsconfig.json refactor(migrations): avoid relative imports in schematic code (#57214) 2024-08-29 07:50:41 -07:00