Versions: Cordova: 6.3.1, Gulp CLI: 1.2.2, Ionic framework: 2.0.0-rc.0, Ionic CLI Version: 2.1.0
I\'m using ng2-charts in my ionic2 application.
I've never used this library, but from just looking at the latest (1.4.1) version's source code, it should be used as an attribute on a canvas @Directive({selector: 'canvas[baseChart]'})
<canvas baseChart
class="chart"
[data]="datasets"
[labels]="labels"
[options]="options"
[chartType]="'doughnut'">
</canvas>