TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rasool shaik
NA
49
1.8k
List buttton not dispaly in the FullCalendar angular 8.
Aug 12 2020 4:19 AM
please, anyone, help
this my code:
import
listPlugin from
'@fullcalendar/list'
;
this
.model = [];
const
todayDate =
new
Date();
const
todayDateStr = todayDate.getFullYear() +
'-'
+ (
'0'
+ (todayDate.getMonth() + 1)).slice(-2) +
'-'
+ (
'0'
+ (todayDate.getDate())).slice(-2);
this
.fullcalendarOptions = {
plugins: [dayGridPlugin, timeGridPlugin, interactionPlugin,listPlugin ],
defaultDate: todayDateStr,
header: {
left:
'prev,next'
,
center:
'title'
,
right:
'dayGridMonth,listWeek'
,
},
};
Reply
Answers (
8
)
How to open Html file saved on cloud server in new tab in angular 8
Localhost not working