ngx-text-diff
ngx-text-diff copied to clipboard
A Text Diff component for Angular
**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 ? 
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...
### Changes: - Very weird results after removing one "," from the sentence. (#54)
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...
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()...