SystemJS import chart.js in index.html
问题 I am new to angularjs (specially angular js2). I am confused with SystemJS importing / configurations. I have my application (angularjs2) which works ok. I am developing it with Visual Studio. I have set up the package.json which loads in node_modules my necessary stuff. In my case I would like to use chart.js snippet from package.json file "dependencies": { "angular2": "2.0.0-beta.15", "es6-shim": "^0.35.0", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.2", "systemjs": "^0.19.26", "zone