AngularJS issue

rashmitha r 21 Reputation points
2022-07-10T18:13:02.75+00:00

Here's my code, i want to load events to my calendar
219331-calendardoc.png

events.push({
start: data[i].StringDate,
end: data[i].StringDate,
title: data[i].Title,
color: data[i].BackGroundcolor
});
}
return events;
});
How to push data is start,end,title value from calendarlocaltypemodel

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,157 questions
{count} votes