@for (toast of toastService.toasts(); track toast.id) {
@if (toast.type === 'success') { ✅ } @if (toast.type === 'error') { ❌ } @if (toast.type === 'info') { â„šī¸ } {{ toast.message }}
}