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
trafficstars

This likely means that the library (ngx-text-diff/lib/ngx-text-diff.module) which declares NgxTextDiffModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy

--- Name: Bug report --- **Describe the bug** The **readme** contains incomplete selector **Current behavior** ```ts ``` **Expected behavior** ```ts ``` **Additional context** * Issue noted in Angular 10. *...

Trying to upgrade to Angular 8 fails with Package "ngx-text-diff" has an incompatible peer dependency to "rxjs" (requires "~6.3.3", would install "6.6.3").

Is it possible to have option of word wrapping for long text along with vertical scroll bar?

``` node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(20,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(21,9): error TS1086: An accessor cannot be declared in an ambient context. ``` I was hoping ngx-text-diff...

The latest 0.6.0 version with Angular 9 support, yields warnings while installing this package. ``` npm WARN [email protected] requires a peer of @angular/core@^>=6.0.0 but none is installed. You must install...

Changes: - Refactor folder structure. - Added table components. - Improved service logic Resolves #45

Can we add two buttons Previous / Next to the toolbar which would allow user to navigate between differences? The same way like the WinMerge does. Clicking Previous button will...

enhancement

Refactor table code to add components and `cdk/table`.

enhancement

Hi, I got a problem when try to use another language for toolbars and toolbars button. Is there a way to change text of toolbar and toolbar buttons dynamically? Thank...

enhancement