我想将类添加到datepicker中的日期。因此,使用customClass属性。
<datepicker ... [customClass]="classList"></datepicker>
this.classList = [{"date":1532111400000,"mode":"day","clazz":"today-class"},{"date":1532025000000,"mode":"day","clazz":"app-calendar-event"},{"date":1532457000000,"mode":"day","clazz":"app-calendar-event"},{"date":1532889000000,"mode":"day","clazz":"app-calendar-event"}]
引用:https://github.com/valor-software/ngx-bootstrap/issues/811
没有在日期选择器上添加类。