swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.28k stars 1.15k forks source link

Angular build failing: "export 'ɵb' (imported as 'i14') was not found in '@swimlane/ngx-charts' #1563

Open sameerpallav opened 3 years ago

sameerpallav commented 3 years ago

Describe the bug Im getting this error while building for production in angular 8 "export 'ɵb' (imported as 'i14') was not found in '@swimlane/ngx-charts'

In package.json "@swimlane/ngx-charts": "^12.1.0", "@swimlane/ngx-graph": "^7.2.0",

Angular & Node version: Angular CLI: 8.3.29 Node: 10.16.0

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Demo Provide an online demo (stackblitz, codesandbox, or similar) where the issue can be reproduced

ngx-charts version "@swimlane/ngx-charts": "^12.1.0", "@swimlane/ngx-graph": "^7.2.0",

Additional context Add any other context about the problem here.

micahstubbs commented 2 years ago

I also am seeing this bug when I try to build helix-front. Odd.