3.0.0 • Published 6 months ago

@linch90/od-highlight-pipe v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 -->
3.0.0

6 months ago

2.1.0

8 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago