akveo / akveo/ng2-smart-table

Cannot get it working with Visual Studio 2015 and Systemjs.config.js

Đang mở
#147 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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á.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.