11.1.7 • Published 4 years ago

@just-so-so/ngx-hover-color v11.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

NgxHoverColor

Angular tool for changing hover color, see demo.

Import:

    import { NgxHoverColorModule } from '@just-so-so/ngx-hover-color';

You can add default hover color in this way:

    NgxHoverColorModule.forRoot({
            defaultColor: "green",
            defaultBgColor: "red",
            bgColorOnly: false
    })

Note: Inline attribute values will override global configuration

Release notes

  • 2021-01-17 (v11.1.5)
    • Update the link of demo.
    • Fix peer dependencies warnings.
  • 2020-12-22 (v11.1.4)
    • Remove DomSanitizer style coding.
  • 2020-12-20 (v11.1.3)
    • Move ngx-hover-color to scope @just-so-so
  • 2020-12-20 (v11.1.2)
    • Fix - Inline attribute values don't override global configuration correctly (#3)
    • Fix - Modify the way to change color (#4)
  • 2020-12-16 (v11.1.1)
    • Fix - NullInjectorError issue (#2)
  • 2020-12-15 (v11.1.0)
    • Add support for background changes (#1)
  • 2020-12-13 (v11.0.0)
    • Update README.md files
    • Update the package version to match the Angular version
11.1.7

4 years ago

11.1.6

4 years ago

11.1.5

4 years ago

11.1.4

4 years ago

11.1.3

4 years ago

11.1.2

4 years ago