good i guess
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
|
||||
import { Component, Input, Output, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
||||
import { CommonModule, NgClass } from '@angular/common';
|
||||
import { IconComponent } from '../icon/icon.component'; // IconComponent importieren
|
||||
|
||||
@Component({
|
||||
selector: 'app-status-pill',
|
||||
standalone: true,
|
||||
imports: [CommonModule, NgClass, IconComponent], // IconComponent hinzufügen
|
||||
imports: [CommonModule, NgClass], // IconComponent hinzufügen
|
||||
templateUrl: './status-pill.component.html',
|
||||
styleUrls: ['./status-pill.component.css']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user