Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with full calendar on event clicked in angular 4 #62

Open
abhisheky2290 opened this issue Dec 30, 2017 · 0 comments
Open

Issue with full calendar on event clicked in angular 4 #62

abhisheky2290 opened this issue Dec 30, 2017 · 0 comments

Comments

@abhisheky2290
Copy link

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)">.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant