17.0.0 • Published 1 year ago
irisa-toasts v17.0.0
app.component.html
ts: constructor(private toastService: ToastService){}
this.toastService.showSuccessToast(this.translate.instant('Messages.YourPasswordChangedSuccessfully')); this.toastService.showErrorToast(this.translateService.instant("Messages.YourProfileSubmitedFailed"));