3 lines
104 B
HTML
Raw Normal View History

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