Skip to content
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

Unexpected value 'undefined' imported by the module 'NgxUIModule #207

Closed
ghost opened this issue Nov 28, 2018 · 10 comments · Fixed by #217
Closed

Unexpected value 'undefined' imported by the module 'NgxUIModule #207

ghost opened this issue Nov 28, 2018 · 10 comments · Fixed by #217

Comments

@ghost
Copy link

ghost commented Nov 28, 2018

Got this error while using this module in an Angular 7 project. Used to worked perfectly with 21.7.0 version (all peerDependencies and module are correctly installed and declared).

@heyepe
Copy link

heyepe commented Dec 6, 2018

Experiencing the same issue on v22.0.2

@ivoglent
Copy link

Any news for this issue? I like this module but can not use :(

@ivoglent
Copy link

figured out by myself.
Run ng serve with option : --aot false
Example :

ng --configuration=dev serve --aot false

For moment export error. try add :

"allowSyntheticDefaultImports" : true,

to compilerOptions of tsconfig.json.

@ghost
Copy link
Author

ghost commented Dec 13, 2018

Problem is I need AOT for production release.

@wunderkind2k1
Copy link

any news on this? We need AOT in production too.

@marjan-georgiev
Copy link
Member

This should be fixed in 25.0.0

@Anhbta
Copy link

Anhbta commented Mar 29, 2019

Still having same issue in 25.6.3, don't know how to fix the build.

@FBNjsilvamarques
Copy link

Having same issue too. It's not possible to build with aot. Version 25.6.2

@cmckni3
Copy link
Contributor

cmckni3 commented Apr 19, 2019

Having this issue on 25.6.3 and 25.7.0.

@cmckni3
Copy link
Contributor

cmckni3 commented May 3, 2019

Works great in 25.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants