Reputation: 31
I'm trying to import this module via systemjs with this configuration:
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
http://localhost:8000/js/node_modules/ng2-smart-table/build/src/ng2-smart-table/lib.js 404 (Not Found)
Please help me.
Upvotes: 3
Views: 1074
Reputation: 71
don't waste your time on this, it totally doesn't work with systemJS.
Upvotes: 0