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

Documentation code error fix. Closing the selector fixed the issue.

Open SandeepBalachandran opened this issue 4 years ago • 1 comments

Current behavior

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

Fixed behavior

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

This PR will fix the issue noted in #57

SandeepBalachandran avatar Oct 30 '20 13:10 SandeepBalachandran

Hi there, Do we have any impediments here?

SandeepBalachandran avatar Dec 30 '20 15:12 SandeepBalachandran