@for (toast of toastService.toastList(); track toast.id) {
@switch (toast.type) { @case ('error') { ❌ } @case ('success') { ✅ } @case ('info') { ℹ️ } @case ('warning') { ⚠️ } }
{{ toast.message }}
}