@linch90/od-highlight-pipe
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

highlight pipe (angular)

Provide a highlight mechanism for AutoComplete or other components.

Highlight the matching text with <b></b>

File

import { OdHighlightPipeModule } from "@linch90/od-highlight-pipe";

Usage

<span [innerHTML]="value | highlight: inputText"></span>
<!-- highlight the value by inputText -->
<span [innerHTML]="value | highlight: inputText:true"></span>
<!-- highlight the value by inputText on enabling the pinyin parsing mode -->

Install

npm i @linch90/od-highlight-pipe

DownloadsWeekly Downloads

26

Version

2.0.1

License

MIT

Unpacked Size

51.9 kB

Total Files

16

Last publish

Collaborators

  • linch90