Highlight text
@xngui/components/highlight-text@xngui/components/highlight-textHighlights matching search terms inside text.
Preview
import { Component } from '@angular/core';
import { XHighlightText } from '@xngui/components/highlight-text';
@Component({
selector: 'app-example',
imports: [XHighlightText],
templateUrl: './highlight-text.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.