有没有人已经获得 PrimeNG 时间表来运行 webpack angular 2 应用程序?像这棵橡树一样,我不能让它工作,不像他,我仍然不能。
在我的 vendor.ts 中,我加载了所需的库:
require('script!../node_modules/jquery/dist/jquery.js');
require('script!../node_modules/moment/moment.js');
require('script!../node_modules/fullcalendar/dist/fullcalendar.js');
在我的组件中,我从primeng导入时间表
import {Schedule} from 'primeng/components/schedule/schedule';
并添加指令
directives : [Schedule]
在我看来
<p-schedule [events]="events"></p-schedule>
它让我觉得 this.schedule.fullCalendar 不是一个函数。在 schedule.js 中。
PS:在我尝试插入时间表之前,我插入了一个按钮只是为了检查我的 Prime 是否正确连接,它看起来 100%
如果有人可以帮助我,请在我的智慧尽头
谢谢