Update alert.component.ts

remove union type
This commit is contained in:
Giuseppe
2022-06-07 16:02:01 +02:00
committed by GitHub
parent 09b7d2e52f
commit 9d5aba7499

View File

@@ -33,7 +33,7 @@ export class AlertComponent {
/**
* The alert type
*/
@Input() type: AlertType|string;
@Input() type: AlertType;
/**
* An event fired when alert is dismissed.