mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fd6cd0422d
The diagnostic will catch issues like: ```html <button (click)="increment"></button> <button (click)="increment; decrement"></button> <button (click)="true ? increment : decrement"></button> <button (click)="nested.nested1.nested2.increment"></button> ``` PR Close #56295