Adds highlighting to parts of text that match your search string or array of string.
npm install @gene6/highlight-pipeAdds highlighting to parts of text that match your search string or array of string.
#### Usage:
searchText can be a string or an array of string
#### Example: {{ 'my text to highlight' | highlight:'text' }}
formats to: my text to highlight
{{ 'my text to highlight':[ 'igh', 'text'] }}
formats to: my text to highlight