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