From 327e6760656bca2dc7aaf79a4f57c3c78f56bcc2 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:32:42 +0300 Subject: [PATCH] Update Toaster-Service.md --- docs/en/UI/Angular/Toaster-Service.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/Toaster-Service.md b/docs/en/UI/Angular/Toaster-Service.md index d34a0b27a6..faa5632ab8 100644 --- a/docs/en/UI/Angular/Toaster-Service.md +++ b/docs/en/UI/Angular/Toaster-Service.md @@ -74,10 +74,11 @@ The open toast overlay can be removed manually via the `remove` method by passin ```js const toastId = this.toaster.success('Message', 'Title') -this.toast.remove(toastId); +this.toaster.remove(toastId); ``` -### How to Remove All Toasts + +### How to Remove All Toasts The all open toasts can be removed manually via the `clear` method: