rounded-corners icon indicating copy to clipboard operation
rounded-corners copied to clipboard

Installing this library in an Angular app

Open papakonstantinouko opened this issue 7 years ago • 1 comments

Hello, I am using the angular2-highcharts package in my angular project and I need to install this library in there, any ideas how?

papakonstantinouko avatar Jul 27 '17 11:07 papakonstantinouko

The library is on npm so you can install it from there (npm install --save highcharts-rounded-corners or yarn add highcharts-rounded-corners)

https://www.npmjs.com/package/highcharts-rounded-corners

It's under the MIT license so you could just copy the file into your own project.

FuadBalashov avatar Jan 16 '19 23:01 FuadBalashov