11.1.2 • Published 5 years ago

ngx-hover-color v11.1.2

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

NgxHoverColor

Angular tool for changing hover color, see demo.

Import:

    import { NgxHoverColorModule } from '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

  • 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.2

5 years ago

11.1.1

5 years ago

11.1.0

5 years ago

11.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago