1.0.2 • Published 3 years ago
highlightdirective-dm v1.0.2
Highlightdirective
This library was generated with Angular CLI version 12.0.4.
Installation
Use the npm package manager
npm i highlightdirective-dm
Usage
# tree-shakeable
import * as highlightModule from 'highlightdirective-dm' or import { HighlightModule } from 'highlightdirective-dm';
@NgModule({
imports: [
highlightModule.HighlightModule or HighlightModule
]
})
# example of usage in template
<h1 appHighlight backgroundColor='yellow' textColor='red' borderColor='blue'>{{ 'HOME.GAMES_TITLE' | translate }}</h1>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.