diff --git a/src/swal.component.ts b/src/swal.component.ts index 24333a7..2ed40aa 100644 --- a/src/swal.component.ts +++ b/src/swal.component.ts @@ -32,6 +32,7 @@ export class SwalComponent implements OnChanges { @Input() public titleText: SweetAlertOptions['titleText']; @Input() public text: SweetAlertOptions['text']; @Input() public html: SweetAlertOptions['html']; + @Input() public footer: SweetAlertOptions['footer']; @Input() public type: SweetAlertOptions['type']; @Input() public backdrop: SweetAlertOptions['backdrop']; @Input() public toast: SweetAlertOptions['toast'];