Diff viewerA line-by-line text diff. Preview Code ⧉ Copy config.ts const x = 1; - const y = 2; - console.log(x); + const y = 3; + console.log(x + y);import { BuiDiffViewer } from 'ng-blatui'; <bui-diff-viewer [before]="oldText" [after]="newText" filename="config.ts" />Without filename Preview Code ⧉ Copy const x = 1; - const y = 2; - console.log(x); + const y = 3; + console.log(x + y);<bui-diff-viewer [before]="oldText" [after]="newText" />