From 3c01abcdfd3a81b22454df9a98d28bc6ff265514 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Mon, 3 Feb 2025 15:43:27 -0500 Subject: [PATCH] [CL-569] Fix ngClass error on item content (#13235) --- libs/components/src/item/item-content.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/components/src/item/item-content.component.ts b/libs/components/src/item/item-content.component.ts index d60f4ab32c5..2a6e06291fd 100644 --- a/libs/components/src/item/item-content.component.ts +++ b/libs/components/src/item/item-content.component.ts @@ -1,6 +1,7 @@ // FIXME: Update this file to be type safe and remove this and next line // @ts-strict-ignore +import { NgClass } from "@angular/common"; import { AfterContentChecked, ChangeDetectionStrategy, @@ -16,7 +17,7 @@ import { TypographyModule } from "../typography"; @Component({ selector: "bit-item-content, [bit-item-content]", standalone: true, - imports: [TypographyModule], + imports: [TypographyModule, NgClass], templateUrl: `item-content.component.html`, host: { class: