Angular4 DayPilot question related to click handler
Asked by Shilpa More
7 years ago.
7 years ago.
I have a HTML in pushed as a part of area as below..
`<div onclick="abc($event)" class="deleteTeamIcon lc-icon-Delete"></div></div>`
where should I define my function abc?
I have the <daypilot-calendar> in schedular.component.html and I have pushed areas in schedular.component.ts
Please suggest.
DayPilot