3.0.0 • Published 2 years ago

@linch90/od-highlight-pipe v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago