aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
blob: b98a1087e8d752c1699b1d34fd92e9ddb2c4bd6a (plain) (blame)
1
2
3
4
5
6
7
<div class="header">
  <a routerLink="/my-account/settings" fragment="notifications" i18n>Notification preferences</a>

  <button (click)="markAllAsRead()" i18n>Mark all as read</button>
</div>

<my-user-notifications #userNotification></my-user-notifications>