From 5b0ef6aebb4c783651bb9c658a7fb6aea1780593 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 7 Sep 2021 20:45:51 -0700 Subject: [PATCH] fix: Add type="button" to close button fixes #899 --- src/lib/toastr/toast-noanimation.component.ts | 2 +- src/lib/toastr/toast.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/toastr/toast-noanimation.component.ts b/src/lib/toastr/toast-noanimation.component.ts index d0c99ad2..0e6e24ee 100644 --- a/src/lib/toastr/toast-noanimation.component.ts +++ b/src/lib/toastr/toast-noanimation.component.ts @@ -23,7 +23,7 @@ import { ToastrService } from './toastr.service'; @Component({ selector: '[toast-component]', template: ` -
diff --git a/src/lib/toastr/toast.component.ts b/src/lib/toastr/toast.component.ts index fdd113ed..225cdc95 100644 --- a/src/lib/toastr/toast.component.ts +++ b/src/lib/toastr/toast.component.ts @@ -19,7 +19,7 @@ import { ToastrService } from './toastr.service'; @Component({ selector: '[toast-component]', template: ` -