How to use FullCalendar within Angular 2

后端 未结 5 1339
北海茫月
北海茫月 2021-02-06 05:11

I\'m fairly new to Angular 2 and are trying to get a grip of how to integrate Angular 2 with existing Javascript UI Framework libraries.

Now I\'m trying to play with th

5条回答
  •  不知归路
    2021-02-06 05:50

    I created an npm package

    npm install angular2-fullcalendar --save
    

    you can use the options input to fully customize the fullcalendar component

    check out the docs here https://github.com/nekken/ng2-fullcalendar

提交回复
热议问题