We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aafd73 commit 6f2f307Copy full SHA for 6f2f307
projects/coreui-angular/src/lib/utilities/bg-color.directive.ts
@@ -4,7 +4,7 @@ import { BackgroundColors } from '../coreui.types';
4
@Directive({
5
selector: '[cBgColor]',
6
exportAs: 'cBgColor',
7
- host: { '[class]': 'hostClasses' }
+ host: { '[class]': 'hostClasses()' }
8
})
9
export class BgColorDirective {
10
/**
0 commit comments