11.1.2 • Published 5 years ago
ngx-hover-color v11.1.2
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