ngx-diff
ngx-diff copied to clipboard
Are there any way to show content even when no diffs contained?
In the current implementation of unified-diff
, ngx-diff shows There are no changes to display.
and hide contents.
This is good for some application, but there would be an application want to show lines with white background to keep consistency of views between the other pairs containing actual diff.
Are there any way to do this?