Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div *ngFor="let notification of notifications" class="{{ notificationClass(notification) }} alert-dismissable">
- <h4>{{ notification.message.header }}</h4>
- <p>{{ notification.message.body }}</p>
- <a class="close" (click)="removeNotification(notification)">×</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement