ABenassi87 / ngx-text-diff

A Text Diff component for Angular
https://ngx-text-diff.herokuapp.com/home
50 stars 44 forks source link

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

Open SandeepBalachandran opened 3 years ago

SandeepBalachandran commented 3 years ago

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