Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <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>
|