ngx-charts icon indicating copy to clipboard operation
ngx-charts copied to clipboard

Update to Angular 13's new package format and compile with partial-ivy

Open michaelfaith opened this issue 2 years ago • 7 comments

With Angular 13 a new package format was rolled out. They're also encouraging library developers to publish libraries with partial ivy compilation mode, which removes the need for ngcc. This library is not being published with either partial-ivy or the new package format.

Processing legacy "View Engine" libraries:
- @swimlane/ngx-charts [es2015/esm2015] (git+https://github.com/swimlane/ngx-charts.git)
Encourage the library authors to publish an Ivy distribution.

If you use ngpackagr and Angular 13 to build the library, then this should be solved naturally. If not, here are the details about the new package format: https://angular.io/guide/angular-package-format

michaelfaith avatar Dec 01 '21 21:12 michaelfaith