如何使用fullCalendar在角度7进行CRUD

时间:2019-10-08 14:11:29

标签: angular fullcalendar

我需要通过屏幕上的表单将事件添加到我的日历中,我不知道该怎么做,这些事件还必须包含编辑和删除选项。我使用的是angular 7,日历和FullCalendar,请问有人有一个exemplow项目吗?

2 个答案:

答案 0 :(得分:1)

您可以从FullCalendar Angular Example Project

开始
git clone https://github.com/fullcalendar/fullcalendar-example-projects.git
cd fullcalendar-example-projects/angular
npm install

构建命令

npm run build # build to a directory
npm run start # continously build, as a server

或者尝试使用此ngx-fullcalendar Stackblitz

答案 1 :(得分:0)

对于CRUD,您还需要设置一个后端,以便将数据存储在数据库中,我建议您在youtube上搜索教程,一些很好的频道是traversyMedia,Fireship和Nick Raboy的频道 最好!