Vendor app
Client: Maiora
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <section class="common_card">
- <div class="card_header">
- <h4>Notification</h4>
- <button class="rect-button">+</button>
- </div>
- <div class="card_upfold">
- <li *ngFor='let notification of notifications' class="cardList">
- <h5> {{notification.heading}}</h5>
- <p>{{notification.description}}</p>
- </li>
- </div>
- </section>
|