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