Skip to content

Commit 6f2f307

Browse files
committed
fix(bg-color): unsupported styling type function [Computed] hostClasses()
1 parent 7aafd73 commit 6f2f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui-angular/src/lib/utilities/bg-color.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BackgroundColors } from '../coreui.types';
44
@Directive({
55
selector: '[cBgColor]',
66
exportAs: 'cBgColor',
7-
host: { '[class]': 'hostClasses' }
7+
host: { '[class]': 'hostClasses()' }
88
})
99
export class BgColorDirective {
1010
/**

0 commit comments

Comments
 (0)