日历的Github存储库:https://github.com/twinssbc/Ionic2-Calendar
使用ionic2-calendar指令如何在日历上自定义事件颜色?有没有办法做到这一点?另外如何使用我自己的事件列表模板而不是本机模板?
答案 0 :(得分:0)
好的,在文档中有一个答案,这是日历底部的事件详细信息模板。
<template #template let-showEventDetail="showEventDetail" let-selectedDate="selectedDate" let-noEventsLabel="noEventsLabel">
...
</template>
<calendar ... [monthviewEventDetailTemplate]="template"></calendar>