rounded-corners
rounded-corners copied to clipboard
Installing this library in an Angular app
Hello, I am using the angular2-highcharts package in my angular project and I need to install this library in there, any ideas how?
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.