UNPKG

ng-text-highlight

Version:

A lightweight standalone Angular 19 component/module for highlighting text.

6 lines (5 loc) 91 B
export interface TextChunk { highlight: boolean; start: number; end: number; }