Skip to content

Commit

Permalink
fix Angi-Kinas comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kembris committed Jul 31, 2024
1 parent f554938 commit acc3f23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
</gn-ui-popover>
</div>
<ng-template #popoverItems>
<div class="mb-4 font-bold" translate>record.metadata.quality.details</div>
<gn-ui-metadata-quality-item
*ngFor="let e of items"
[name]="e.name"
[value]="e.value"
></gn-ui-metadata-quality-item>
<div class="p-2 py-4">
<div class="mb-4 font-bold" translate>record.metadata.quality.details</div>
<gn-ui-metadata-quality-item
*ngFor="let e of items"
[name]="e.name"
[value]="e.value"
></gn-ui-metadata-quality-item>
</div>
</ng-template>
1 change: 1 addition & 0 deletions libs/ui/widgets/src/lib/ui-widgets.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { PopoverComponent } from './popover/popover.component'
MatIconModule,
],
exports: [
PopoverComponent,
ProgressBarComponent,
StepBarComponent,
LoadingMaskComponent,
Expand Down

0 comments on commit acc3f23

Please sign in to comment.