我想在我的应用程序中使用PrimeNG 日历。当我运行代码时,我收到错误:
ReferenceError:未定义 jQuery。
其他 PrimeNG 指令工作正常。如果我删除<p-calendar>
错误消失。
我已在我的应用程序中导入并包含日历。顺便说一句,我使用的是最新版本的 angular、router 和 forms。在此之前,我遇到了这个问题并通过更新表单提供程序来修复它。
<p-calendar [(ngModel)]="date"></p-calendar>
堆栈跟踪摘录:
ReferenceError:在DebugAppView._View_AddShipmentComponent0.detectChangesInternal (AddShipmentComponent.template.js :930:59) 在 DebugAppView.AppView.detectChanges (eval at ( http://localhost:8080/js/vendor.js:716:2 ), :243:14) at DebugAppView.detectChanges (eval at ( http:// /localhost:8080/js/vendor.js:716:2 ), :348:44)