mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig.json | ||