mgr/dashboard : Update create/edit service modal to support certmg
Reviewed-by: Abhishek Desai <abhishek.desai1@ibm.com>
standalone: false,
encapsulation: ViewEncapsulation.None
})
- export class IconComponent implements OnInit {
+ export class IconComponent implements OnInit, OnChanges {
@Input() type!: keyof typeof ICON_TYPE;
@Input() size: IconSize = IconSize.size16;
+ @Input() class: string = '';
icon: string;