@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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    0
    • latest

Version History

Package Sidebar

Install

npm i @linch90/od-highlight-pipe

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

86.8 kB

Total Files

14

Last publish

Collaborators

  • linch90