An example of how to integrate Highcharts into an Angular 2 application by Richard Natal - Bigous
Project setup based angular2-seed
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
Please see the CONTRIBUTING file for guidelines.
Forks of this project demonstrate how to extend and integrate with other libraries:
- https://github.com/justindujardin/angular2-seed - integration with ng2-material
- https://github.com/AngularShowcase/angular2-sample-app - sample Angular 2 application
- https://github.com/AngularShowcase/ng2-bootstrap-sbadmin - ng2-bootstrap-sbadmin
- https://github.com/mgechev/switching-to-angular2 - code samples for the book "Switching to Angular 2".
- https://github.com/archfirst/angular2-seed-sass - integration with Sass.
- https://github.com/DeviantJS/angular2-seed-postcss - Extending PostCSS with precss / cssnext for Sass-like features.
- https://github.com/DeviantJS/angular2-seed-material2 - integration with Angular2-Material.
- https://github.com/AngularShowcase/angular2-sample-app - sample Angular 2 application.
- https://github.com/AngularShowcase/ng2-bootstrap-sbadmin - ng2-bootstrap-sbadmin.
- https://github.com/AngularShowcase/angular2-seed-ng2-highcharts - Simple application including a Highcharts graph.
- https://github.com/tarlepp/angular-sailsjs-boilerplate-frontend-angular2 - Example application for Sails.js integration.
- https://github.com/ludohenin/ng2-wp-blog - Angular 2 application using Wordpress JSON-API backend..
- https://github.com/AngularShowcase/angular2-seed-example-mashup - Angular 2 application demonstrating the use of Redux, D3, socket io, Google Charts, and RxJs.
- https://github.com/tiagomapmarques/angular2-seed-phaser/tree/releases - integration with Phaser.
- https://github.com/vyakymenko/angular2-seed-express - integration with Express full-stack development.
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
You can follow the Angular 2 change log here. You can follow the Seed watching the seed project.
MIT