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

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.02
2.1.01
2.0.11
2.0.01
1.0.21
1.0.11

Package Sidebar

Install

npm i @linch90/od-highlight-pipe

Weekly Downloads

7

Version

3.0.0

License

MIT

Unpacked Size

86.8 kB

Total Files

14

Last publish

Collaborators

  • linch90