Skip to content

Commit

Permalink
Merge branch 'main' into PM-11162-assign-to-collections-perm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 committed Feb 3, 2025
2 parents 01fbfc6 + 3c01abc commit 4152b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/components/src/item/item-content.component.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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:
Expand Down

0 comments on commit 4152b9c

Please sign in to comment.