-
Notifications
You must be signed in to change notification settings - Fork 26.2k
IVY: Value at position 13 in the NgModule.imports of AppModule is not a reference #32025
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
Comments
Could it be related to this? I use tsconfig paths heavily to make it easier to import stuff |
Tried same code with Angular 9.0.0-next.2 Getting following error during "ng serve":
|
We can close this case. Pretty stupid, but there was no error in non-Ivy, but Ivy complained (rightfully so), I'll close this, but for anyone else getting this error, check your file extensions carefully. |
We are still getting this issue as well when importing an internal library while running Angular 9: Value at position 3 in the NgModule.imports of AppModule is not a reference: [object Object] Angular CLI: 9.0.0-next.3 Package Version@angular-devkit/architect 0.802.1 |
@TheYellowThorn do you have a small reproduction repo you can share with us? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
🐞 bug report
Angular 9.0.0-next.0
Is this a regression?
Yes, works fine in Angular 8.2.0 without IVY enabled
Description
Enabling IVY, upgrading to 9.0.0-next.0 gives errors.
🌍 Your Environment
Angular Version:
Anything else relevant?
Tsconfig.json:
Seamingly nothing wrong with code, imports are legit.
Works fine without IVY
Can it be because I'm using paths in tsconfig?
The text was updated successfully, but these errors were encountered: