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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user