diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 17:33:04 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 17:33:04 -0400 |
commit | 97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b (patch) | |
tree | 76d437e3349be177d0105b9a7a6bae9b7bd1b33a /ufund-ui/src/app/app.component.html | |
parent | f7a0ce90b0ead17ad4002108d7e868899954c69d (diff) | |
download | JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.tar.gz JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.tar.bz2 JellySolutions-97c9e1e0bb73c7b08c830c47548ac1c4b5bebd0b.zip |
TOASTS
Diffstat (limited to 'ufund-ui/src/app/app.component.html')
-rw-r--r-- | ufund-ui/src/app/app.component.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ufund-ui/src/app/app.component.html b/ufund-ui/src/app/app.component.html index 89075e1..959eada 100644 --- a/ufund-ui/src/app/app.component.html +++ b/ufund-ui/src/app/app.component.html @@ -1,11 +1,3 @@ -<div class="toast" #toastdiv> -<!-- <span{{(toast | async).message}}</span>--> -<!-- <a *ngIf="toast.action" (click)="toast.action.onAction()">{{toast.action.label}}</a>--> -<!-- <button (click)="toastdiv.classList.remove('active')">--> -<!-- <span class="icon">close</span>--> -<!-- </button>--> -</div> - <div id="header"> <div> <a routerLink="/"> |