member_webapp/@overflow/notification/component/badge/badge.component.html
2018-05-25 20:59:18 +09:00

3 lines
104 B
HTML

<div *ngFor="let notification of notificationPage.content">
<div>{{notification.title}}</div>
</div>