angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
detect duplicate bindings
I thought this worked, but I was wrong:
<div [(ngModel)]="..." (ngModelChange)="...">
instead it fails silently.