UNPKG

ng-text-highlight

Version:

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

5 lines (4 loc) 79 B
export interface TextSegment { text: string; isHighlighted: boolean; }