Created by: mansurskTarento
We can reuse conformation dialog for conformation, fail, warning popups by handling passing data in dialog Example below is for fail dialog data: { dialogType: 'fail', description: [ 'You have Reached the seat Limit.', 'Please Contact Admin' ], buttons: [ { btnText: 'Go back', positionClass: 'left', btnClass: 'btn-outline', response: false }, { btnText: 'Ok', positionClass: 'right', btnClass: 'btn-full', response: true }, ], },