Angular 10 FullCalendar Add Event Part 2

preview_player
Показать описание
#angular #fullcalendar #therichpost
Angular 10 FullCalendar Add Event Part 2

Here you check the Part 1 working and code snippet:

Please like, share and subscribe.
Thanks
Рекомендации по теме
Комментарии
Автор

I have a problem in the line calendarOptions: CalendarOptions, in app.component.ts, is saying "Property 'calendarOptions' has no initializer and is not definitely assigned in the constructor, but I did all the steps of your page. There is also problems in the arg .You can help me ?

fernandafortes
Автор

I keep getting an error in this part :

the error is ” Object is possibly ‘null’ ”. can you please help me in this regard

maheshkumarmudhiraj
Автор

handleDateClick(arg) {
let $ : any
$("#myModal").modal("show");
$(".modal-title, .eventstarttitle").text("");
$(".modal-title").text("Add Event at : "+arg.dateStr);

}

TypeError: $ is not a function
why??

enricomacri
Автор

i am so grateful for these tutorials really love your work please i have a question I keep getting an error in this part :

the error is ” Object is possibly ‘null’ ”
i searched about it and i found its because i am using the latest version of TypeScript but i cant seem to fix it again thanks alot 😀

ahmedsherif