3 lines
104 B
HTML
3 lines
104 B
HTML
<div *ngFor="let notification of notificationPage.content">
|
|
<div>{{notification.title}}</div>
|
|
</div> |