Revert "Very annoying refactor"

This reverts commit f28accb28f.
This commit is contained in:
shamoon
2025-03-04 08:59:32 -08:00
parent f28accb28f
commit f9c1051ef7
81 changed files with 1151 additions and 1315 deletions

View File

@@ -0,0 +1,3 @@
@for (toast of toasts; track toast.id) {
<pngx-toast [toast]="toast" [autohide]="true" (close)="closeToast()"></pngx-toast>
}