mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| bin | ||
| ngtsc | ||
| transformers | ||
| extract_i18n.ts | ||
| main.ts | ||
| perform_compile.ts | ||
| perform_watch.ts | ||
| typescript_support.ts | ||
| version.ts | ||
| version_helpers.ts | ||