We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9106c3 commit 6f007e4Copy full SHA for 6f007e4
src/app/views/notifications/toasters/toast-simple/toast.component.html
@@ -6,7 +6,7 @@
6
</svg>
7
<strong>{{ title }}</strong>
8
</c-toast-header>
9
- <c-toast-body #toastBody [cToastClose]="toastBody.toast">
+ <c-toast-body #toastBody [cToastClose]="toastBody.toast ?? undefined">
10
<p class="mb-1">This is a dynamic toast no {{ toastBody.toast?.index() }} {{ toastBody.toast?.clock }}</p>
11
<ng-content />
12
<c-progress thin [value]="25*(toastBody.toast?.clock ?? 1)" />
0 commit comments