ngx-text-diff icon indicating copy to clipboard operation
ngx-text-diff copied to clipboard

Open selector in readme. Caused issue while implementation. Needs to be closed in order to work properly.

Open SandeepBalachandran opened this issue 4 years ago • 0 comments


Name: Bug report

Describe the bug The readme contains incomplete selector

Current behavior

<td-ngx-text-diff
  [left]="left"
  [right]="right"
  (compareResults)="onCompareResults($event)"
>

Expected behavior

<td-ngx-text-diff
  [left]="left"
  [right]="right"
  (compareResults)="onCompareResults($event)"
></td-ngx-text-diff>

Additional context

  • Issue noted in Angular 10.
  • Issue seem to be fixed once the selector closed.
  • Let me know the suggestions to improve bug reporting if i am missing something.

SandeepBalachandran avatar Oct 30 '20 13:10 SandeepBalachandran