Cannot get it working with Visual Studio 2015 and Systemjs.config.js
- 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ả
I cannot get smart-table working with Visual Studio 2015 and Systemjs.config.js
the relevant parts of my systemjs.config.js file:
var npm = 'node_modules/';
// map tells the System loader where to look for things
var map = {
'app': 'app',
'@angular': npm:@angular',
'rxjs': npm:rxjs',
'ng2-smart-table': 'npm:ng2-smart-table',
'ng2-smart-table/lib': 'npm:ng2-smart-table/src/ng2-smart-table/lib',
'ng2-smart-table/components': 'npm:ng2-smart-table/src/ng2-smart-table/components',
'ng2-smart-table/components/cells': 'npm:ng2-smart-table/src/ng2-smart-table/components/cells',
'ng2-completer': 'npm:ng2-completer'
};
// packages tells the System loader how to load when no filename and/or no extension
var packages = {
'app': { main: 'main.js', defaultExtension: 'js' },
// other libraries
'rxjs': { defaultExtension: 'js' },
'ng2-smart-table': {
main: 'ng2-smart-table.js',
meta: {
'*.html': {},
'*.scss': {}
}
},
'ng2-smart-table/lib': {
main: 'index.js'
},
'ng2-smart-table/components': {
main: 'index.js'
},
'ng2-smart-table/components/cells': {
main: 'index.js'
},
'ng2-completer': { main: 'ng2-completer.umd.js', defaultExtension: 'js' }
};
Please help.
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á.