Angular 2 See d アプリを使用しており、KendoUI Angular2 コントロールをインストールしようとしています。
シードは SystemJS を使用しますが、上で生成されnpm start
ます。hereを使用して外部依存関係を追加しようとしましたが、機能しません。
私は得る
Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:47 Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:5555/node_modules/@progress/kendo-angular-inputs.js(…) "Report this error at https://github.com/mgechev/angular2-seed/issues"
ここに私が追加しようとしたものがあります/tools/config/project.config.ts
this.SYSTEM_CONFIG_DEV.paths['@progress/kendo-angular-inputs'] =
`node_modules/@progress/kendo-angular-inputs`;
this.SYSTEM_BUILDER_CONFIG.packages['@progress/kendo-angular-inputs'] = {
main: './dist/npm/js/main.js',
defaultExtension: 'js'
};