-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: node_modules/highcharts-angular/lib/highcharts-chart.component.d.ts:22:21 - error TS2694: Namespace '"C:/Users/YML0443/workspace/ELVT/CustomerHub/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration' #307
Comments
It looks like it might be related to the new version of that wrapper and a mismatch between some dependencies. Could you please check if the demo works correctly with the |
@karolkolodziej Yes, it's successfully working with Can I get a fix for it? I will wait for a week. |
@karolkolodziej Ivy "partial" compilation should work with both Angular v12 and v13. The issue is with all older versions of Angular. |
This (v2.10.0) is working for me on Angular 10 as well. |
Thank you!! Same issue - reverted from 3.0.0 to 2.10.0 and working now. |
Had the exact same issue, worked perfectly ! |
Same issue here with v3 - any chance for a fix? At the time of writing this comment, sadly following the tutorial for angular V14 and Highcharts (https://www.highcharts.com/blog/tutorials/highcharts-with-angular-v14/) reproduces the issue. |
I have just created a fresh project with a standalone Highcharts component following the tutorial and everything is compiled correctly. |
Hi @karolkolodziej - did you start with a fresh new Angular 14 project and follow the tutorial published on Highcharts blog (https://www.highcharts.com/blog/tutorials/highcharts-with-angular-v14/)? Because that's pretty interesting that we are getting two different results :( Repro steps:
|
Yes, that is exactly what I did. My environment:
|
@karolkolodziej This is weird indeed, my configuration is:
Did anyone who had this issue in the past with v3 report back that it has been fixed? Maybe it's somehow environment dependant... |
Closing due to inactivity. |
Getting error while serving project
Error: node_modules/highcharts-angular/lib/highcharts-chart.component.d.ts:22:21 - error TS2694: Namespace '"C:/Users/YML0443/workspace/ELVT/CustomerHub/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
Attaching the screen shot for your reference.
Setup used
The text was updated successfully, but these errors were encountered: