1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

[CL-569] Fix ngClass error on item content (#13235)

This commit is contained in:
Vicki League
2025-02-03 15:43:27 -05:00
committed by GitHub
parent e5ffc162b8
commit 3c01abcdfd

View File

@@ -1,6 +1,7 @@
// FIXME: Update this file to be type safe and remove this and next line // FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore // @ts-strict-ignore
import { NgClass } from "@angular/common";
import { import {
AfterContentChecked, AfterContentChecked,
ChangeDetectionStrategy, ChangeDetectionStrategy,
@@ -16,7 +17,7 @@ import { TypographyModule } from "../typography";
@Component({ @Component({
selector: "bit-item-content, [bit-item-content]", selector: "bit-item-content, [bit-item-content]",
standalone: true, standalone: true,
imports: [TypographyModule], imports: [TypographyModule, NgClass],
templateUrl: `item-content.component.html`, templateUrl: `item-content.component.html`,
host: { host: {
class: class: