member_webapp/@overflow/notification/component/badge/badge.component.html

3 lines
104 B
HTML
Raw Normal View History

2018-05-25 11:59:18 +00:00
<div *ngFor="let notification of notificationPage.content">
<div>{{notification.title}}</div>
</div>