Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The bundle that we install from npm still sees the error outlined in #18, an over three year old issue. We have to constantly recompile and spend time making our bundle work because of ngx-charts.
Describe the solution you'd like
A clear and concise description of what you want to happen.
An easy fix would be to bundle with ng-packagr, which everyone who makes Angular packages nowadays uses. It's a pretty simple implementation, and handles the hard part of bundling for you.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Maybe including an ES5 or import-free bundle would work, but it would increase build boilerplate code.
Additional context
Add any other context or screenshots about the feature request here.
We intend to migrate the project to use angular-cli and ng-packagr - that's on the roadmap.
any ideas when it gonna be fixed?
Cheers
Most helpful comment
We intend to migrate the project to use angular-cli and ng-packagr - that's on the roadmap.