You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <section class="notifications">
- <header>
- <h4> Notifications </h4>
- </header>
-
- <ul>
- <li *ngFor="let notification of notifications">
- <h5> {{ notification.text }} </h5>
- <p *ngIf="notification.description"> {{ notification.description }} </p>
- <span class="time-stamp"> {{ notification.timeStamp }} </span>
- </li>
- </ul>
-
- </section>
|