Skip to content

AngularShowcase/angular2-seed-ng2-highcharts

Repository files navigation

Introduction

An example of how to integrate Highcharts into an Angular 2 application by Richard Natal - Bigous

Project setup based angular2-seed

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

git clone https://github.com/AngularShowcase/angular2-seed-ng2-highcharts.git
cd angular2-seed-ng2-highcharts
npm install       # or `npm run reinstall` if you get an error
npm start         # start with --env dev

Contributing

Please see the CONTRIBUTING file for guidelines.

Examples

Forks of this project demonstrate how to extend and integrate with other libraries:

More information

More information on how to use Highcharts check the highcharts website. More information on how to use this project configurations and/or options of build, check the seed project

Change Log

You can follow the Angular 2 change log here. You can follow the Seed watching the seed project.

License

MIT