[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] Getting error using ng2 charts with Angular 2 RC 6.

2016-09-11 Thread Santosh Pillai
Hi, I'm new to angular. I'm trying to use the Ng2 charts, a third party library, in my application to display data in charts. This is what I've done so far. 1. Installed ng2 charts into the project. * npm **install ng2-charts --save* 2. Installed chart js *npm install chart.js