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

A Text Diff component for Angular

Results 34 ngx-text-diff issues
Sort by recently updated
recently updated
newest added

**Current behavior** ```ts ``` **Fixed behavior** ```ts ``` This PR will fix the issue noted in #57

Hi guys, I need your help with this issue. I am getting Project 'ngx-text-diff' does not support the 'build' target. when I try to build the library. Does anyone have...

Is there anyway to prevent the '+' and line number from being copied ? ![image](https://user-images.githubusercontent.com/33665345/109703823-eb9f5a80-7b63-11eb-996e-e7f78a1fd71e.png)

Thank you for such a useful component. The UI is very good, and its pretty performant until the files being compared are less than a few thousand lines. Once the...

I am getting this issue while loading Error: ./src/app/modules/shared/shared-components/step-details/step-details.component.ts Module not found: Error: Can't resolve 'ngx-text-diff/lib/ngx-text-diff.model' in '/home/codemantra/Documents/bhargh@va/learning/angular/bdd360_Full/stepdef/github/bdd360-springboot/UI/src/app/modules/shared/shared-components/step-details' import { DiffContent, DiffResults } from 'ngx-text-diff/lib/ngx-text-diff.model'; in the component. I am...

Hello, We are using ngx-text-diff in an Angular app and we encountered an issue with the order of the comparison results. For example, if we have these 5 lines in...

bug

### Changes: - Very weird results after removing one "," from the sentence. (#54)

pr: release-branch

Hello! Hope you're doing well. I found a strange behavior while using your [demo page](https://ngx-text-diff.herokuapp.com/home) when comparing two sentences. I removed just one comma from the text and instead of...

bug

When passing `hideMatchingLines=true`, the unmatched lines still show. #### Example ``` html ``` #### Cause The `@Input()` should be on the setter, not the getter. ``` javascript @Input() get hideMatchingLines()...

bug