Jqwidgets和Angular添加了更多组件

时间:2018-03-27 11:16:59

标签: angular typescript jqwidget

Gettign尝试在create-jqwidgets-angular-app utility创建的应用中添加更多组件时出现此错误

   ./node_modules/jqwidgets-enter代码中的错误   herescripts / jqwidgets-ts / angular_jqxgrid.ts模块构建失败:   错误:/ [项目   文件夹] /node_modules/jqwidgets-scripts/jqwidgets-ts/angular_jqxgrid.ts   TypeScript编译中缺少。请确保它在   你的tsconfig通过'files'或'include'属性。

1 个答案:

答案 0 :(得分:0)

浏览库的代码以及CLI如何工作为我清理了很多东西,所以她是我解决问题的方法:

  1. 将两个文件夹jqwidgetsjqwidgets-ts移动到您的应用文件夹中   与您的组件一起

  2. 然后您不再需要已安装的模块

    • 更新tsconfig.ts并删除files[]
  3. 现在您可以将任何组件直接导入到您的组件中,并且不要忘记将它们包含在您的模块中
  4. 注意:我使用了create-jqwidgets-angular-app