dart-archive/angular_analyzer_plugin

detect duplicate bindings

Opened this issue · 0 comments

I thought this worked, but I was wrong:

  <div [(ngModel)]="..." (ngModelChange)="...">

instead it fails silently.