[AngularJS] Re: Getting error using ng2 charts with Angular 2 RC 6.

2016-09-15 Thread Santosh Pillai
Hi Thanks for your time. Yes, created this project with angular2-cli tool. It works fine now with RC 6, I'm able to use Ng 2 charts. Now, I would try this out with latest (Released) version of Angular2. Thanks. On Monday, 12 September 2016 12:51:03 UTC+5:30, Zlatko Đurić wrote: > > Did you

[AngularJS] Re: Getting error using ng2 charts with Angular 2 RC 6.

2016-09-12 Thread Zlatko Đurić
Did you create this project with angular2-cli tool? Did you change the System.js config default stuff? Because the ` *const map: any = { **'ng2-charts': 'vendor/ng2-charts'** };` *part should, by default, be done in `src/app/system-config.ts`. You already have a System.config({ map,