相关疑难解决方法(0)

突出显示日历中的某些日期

我正在使用mat-calendar。我正在尝试突出显示某些日期,但我做不到。没有适当的文档。

的HTML

<mat-card>
  <mat-calendar name="appointment_date" [selected]="selectedDate (selectedChange)="onSelect($event)"></mat-calendar>
</mat-card>
Run Code Online (Sandbox Code Playgroud)

TS

onSelect(event){
  this.selectedDate= event;
}
Run Code Online (Sandbox Code Playgroud)

我需要的:

谁能帮我一个忙。

typescript angular-material angular

4
推荐指数
2
解决办法
2615
查看次数

标签 统计

angular ×1

angular-material ×1

typescript ×1