ngx-text-diff
ngx-text-diff copied to clipboard
Documentation code error fix. Closing the selector fixed the issue.
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
Hi there, Do we have any impediments here?