You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am simply showing toast on angular in standalone , method :
providers: [provideAnimations(), // required animations providers
provideToastr({
// Duration for the toast message to be displayed
positionClass: 'toast-bottom-right', // Position of the toast
countDuplicates: true,
preventDuplicates: true,
closeButton: true,
}),
and Using in the another component , then showing two (duplicate) toast , first one get auto removed but second stays there only and does not closes even after clicking on close button
{
timeOut: 10000
}
Had added this code to UI toash message as option but its not reflecting its taking 30 sec
The text was updated successfully, but these errors were encountered: