ng-chartist
Advanced tools
Changelog
2.0.0-beta.0 (2018-04-04)
Signed-off-by: Will Soto will.soto9@gmail.com
<a name="1.1.1"></a>
Changelog
1.0.0 (2017-03-11)
npm install --save angular2-chartist
...
import { ChartistModule } from 'angular2-chartist';
After:
npm install --save ng-chartist
...
import { ChartistModule } from 'ng-chartist';
Signed-off-by: Will Soto will.soto9@gmail.com
<a name="0.12.2"></a>