我想提出一個周曆,用戶可以點擊一週的日子在日曆頭突出在當天的事件: <thead>
<tr>
<td *ngFor="let day of days | async"
(click)="highlightWeek(day)">{{day.header}}</td>
</tr>
</thead>
我想這樣做,以便當沒有特定日期的活動時,那麼當天的標
我在角2. <div
class="states"
*ngFor="let state of states; let i = index"
[ngClass]="{'selected': showElement === state}"
(click)="trackCurrentState(state)">
<div class="radio">