1.0.2 • Published 3 years ago

highlightdirective-dm v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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.

Directive made

Dejan Mitrovic

License

MIT

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago