Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <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>
|