We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013e899 commit ad2b101Copy full SHA for ad2b101
src/modal/alert-modal.component.ts
@@ -81,7 +81,7 @@ export class AlertModal extends BaseModal {
81
@Inject("modalLabel") public modalLabel: string,
82
@Inject("modalTitle") public modalTitle: string,
83
@Inject("modalContent") public modalContent: string,
84
- @Inject("buttons") public buttons = []
+ @Inject("buttons") public buttons = [],
85
@Inject("close") public onClose: Function
86
) {
87
super();
0 commit comments