You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using full calendar in angular 4 and I am new to angular 4. So anybody help me where should I write the code to display the event details when user clicked on event. I have tried the below code.
$('#calendar').fullCalendar({
eventClick: function(calEvent, jsEvent, view) {
console.log('event is clicked');
}
});
But problem is I am not able to print the message in console. My html of full calaendar is below.
<ba-full-calendar [baFullCalendarConfiguration]="calendarConfiguration" baFullCalendarClass="blurCalendar" (onCalendarReady)="onCalendarReady($event)">.
The text was updated successfully, but these errors were encountered:
I am using full calendar in angular 4 and I am new to angular 4. So anybody help me where should I write the code to display the event details when user clicked on event. I have tried the below code.
$('#calendar').fullCalendar({
eventClick: function(calEvent, jsEvent, view) {
});
But problem is I am not able to print the message in console. My html of full calaendar is below.
<ba-full-calendar [baFullCalendarConfiguration]="calendarConfiguration" baFullCalendarClass="blurCalendar" (onCalendarReady)="onCalendarReady($event)">.
The text was updated successfully, but these errors were encountered: