removed undefined from color
This commit is contained in:
parent
5a0e5accb7
commit
d4b1bb5c07
@ -7,5 +7,5 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class SmallChipComponent {
|
export class SmallChipComponent {
|
||||||
@Input() color: string | undefined;
|
@Input() color!: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user