Skip to content

Diff text

@xngui/components/diff-text
@xngui/components/diff-text

Semantic insert, delete, and modify diff rendering.

Preview

Ship the tabletext componentcomponents with paginationmotion presets.
import { Component } from '@angular/core';
import { XDiffText } from '@xngui/components/diff-text';
 
@Component({
selector: 'app-example',
imports: [XDiffText],
templateUrl: './diff-text.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.