3

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

don't waste your time on this, it totally doesn't work with systemJS.

tsimgsong
  • 61
  • 1
  • 2