Files
start-os/web/projects/ui/src/app/common/toast-container/notifications-toast/notifications-toast.component.html
2023-11-13 15:59:16 -07:00

9 lines
236 B
HTML

<ng-template
[tuiAlert]="!!(visible$ | async)"
[tuiAlertOptions]="{ label: 'StartOS' }"
(tuiAlertChange)="onDismiss()"
>
New notifications
<a routerLink="/notifications" [queryParams]="{ toast: true }">View</a>
</ng-template>