ng-diff-match-patch icon indicating copy to clipboard operation
ng-diff-match-patch copied to clipboard

Results 31 ng-diff-match-patch issues
Sort by recently updated
recently updated
newest added

Is it possible to only the part that creates the viewer for the diff output? I got some diff outputs from a backend, which include the google version of the...

Hi, Is there a way to remove '+' and '-' before each line change ? Thank you

is this compatible with angular 9?

Hi, We are facing two problem when using the semantic diff to compare bullet text. - Removing a bullet in the beginning of formatted text leads to showing the complete...

Hey, Just a quick question. Can this be used to compare HTML snippets? I tried and the diff is coming out garbled. I think it is processing the HTML tags...

Is there a way to compare two objects instead of a string. Here is my from and to object: ``` from = { testString: "testing", filter: { fromDate: "2019-09-22T17:23:00.325Z", toDate:...

like following pic ![image](https://user-images.githubusercontent.com/24640/30783847-5c699c78-a17c-11e7-9ff2-1b9061d4c553.png)

I am facing a problem where left hand side is changed from bold tag to strong tag. in this case it shows b being crossed. while in right hand side...

Issue with comparing string having html and the issue is look like. ``` ERROR TypeError: diff[1].replace is not a function at DiffDirective.webpackJsonp.../../../../ng-diff-match-patch/dist/diff.directive.js.DiffDirective.createHtml (diff.directive.js:33) at DiffDirective.webpackJsonp.../../../../ng-diff-match-patch/dist/diff.directive.js.DiffDirective.updateHtml (diff.directive.js:26) at DiffDirective.webpackJsonp.../../../../ng-diff-match-patch/dist/diff.directive.js.DiffDirective.ngOnChanges (diff.directive.js:23) at...

Hi, Is it possible to change the left and right strings and then call createHtml? They wont update as createHtml is called inside ngOnInit. I found a temporary solution by...