mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
9 lines
236 B
HTML
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>
|