member_webapp/@overflow/notification/container/list/list-container.component.html

6 lines
209 B
HTML
Raw Normal View History

2018-05-25 07:29:06 +00:00
<of-notification-list [notificationPage]="notificationPage$ | async"
(pageChange)="onPageChange($event)"
(markAll)="markAllasRead($event)"
(select)="notificationSelected($event)"
></of-notification-list>