I am facing issue while using ng2-charts. Error image
here is my systemjs config code
<script>
System.config({
packages: {
app: {
format: 'register',
defaultExtension: 'js'
}
}
});
System.import('app/boot')
.then(null, console.error.bind(console));
</script>
angular2-polyfills.js:138 Uncaught SyntaxError: Unexpected token < Evaluating localhost:48512/ng2-charts/ng2-charts Error loading localhost:48512/app/boot.jsrun @ angular2-polyfills.js:138 Failed to parse SourceMap: localhost:48512/js/system.js.map
