Import via systemjs
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello,
I'm trying to import this module via systemjs with this configuration:
``` javascript
map = {
...
'ng2-smart-table': 'js/node_modules/ng2-smart-table',
};
packages = {
...
'ng2-smart-table': {
main: 'build/ng2-smart-table.js',
defaultJSExtension: 'js',
},
};
```
and I'm getting error that it can't find other files that ng2-smart-table.js cannot find:
``` r
http://localhost:8000/js/node_modules/ng2-smart-table/build/src/ng2-smart-table/lib.js 404 (Not Found)
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.