# NgxTextDecoration

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.

[Demo](https://parashur.github.io/ngx-text-decorator/)

![alt text](https://github.com/parashur/ngx-text-decorator/blob/master/ngx-text-decoration.png?raw=true)

# Usage

> `import { NgxTextDecorationModule } from 'ngx-text-decoration'`

<pre>
  @NgModule( { 
    imports: [ 
      NgxTextDecorationModule 
      ...
    ]
  }
 </pre>

> `<div class="content" ngxTextDecorator [data]="actualText"`
> `[searchKey]="searchKey" [customStyle]="customStyle`
> `[caseSensitive]="false">`
> `</div>`

