diff options
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/app/app.component.html | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.component.html b/ufund-ui/src/app/app.component.html index b0ee329..b41a225 100644 --- a/ufund-ui/src/app/app.component.html +++ b/ufund-ui/src/app/app.component.html @@ -1,3 +1,11 @@ +<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="/">  | 
