我想在 Ionic2-Calendar 中同时显示月视图和日视图?

问题描述

添加一个日历,但我想查看日历正下方的 dayView,以便在同一页面中同时查看。我想实现这个enter image description here

HTML 代码<calendar #myCal class="bg-white" [calendarMode]="month" startHour="6" endHour="20" step="30" startingDayWeek="1"> </calendar>

Ts 代码

import { CalendarComponent } from 'ionic2-calendar';
    
  @ViewChild(CalendarComponent) myCal: CalendarComponent;

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)