简体   繁体   中英

how can i get change event of today, next and previous button?

I am using angular-calendar plugin to display my event in calendar but I want get it's change event it's possible?

<mwl-demo-utils-calendar-header [(view)]="view" [(viewDate)]="viewDate">
    </mwl-demo-utils-calendar-header>

<div class="btn btn-outline-secondary" mwlCalendarToday [(viewDate)]="viewDate" (click)="todayClicked()"> Today</div>

You can add click event in div tag

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM