Vendor app
Client: Maiora
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <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>
|