Bigous / ng2-highcharts

Angular2 library to use Highcharts out of the box
59 stars 23 forks source link

How do I configure and use ng2-highcharts with angular quick start #33

Closed Rafi993 closed 8 years ago

Rafi993 commented 8 years ago

How do I configure and use ng2-highcharts with angular quick start using angular RC5 and systemjs

Bigous commented 8 years ago

Hi @Rafi993 , mgechev updated the mgechev/angular2-seed to RC5 2 days ago.

It is using systemjs, so you can see it working on it there.

I'll update the example with his update to AngularShowcase soon. I'll keep this issue open until this update so you can check it there.

[]'s

Rafi993 commented 8 years ago

Thanks .How do I configure ng2-highcharts to get working with angular2 quick start code with systemjs

Bigous commented 8 years ago

You need to add the highcharts and ng2-highcharts to your dependencies and import it normally.

Bigous commented 8 years ago

I've forked quickstart from angular and commited one little way to use highcharts. Check it out.

Rafi993 commented 8 years ago

👍 Thanks :)