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

Error after installing missing @angular/cdk #34

Open
sumit2201 opened this issue Oct 28, 2017 · 3 comments
Open

Error after installing missing @angular/cdk #34

sumit2201 opened this issue Oct 28, 2017 · 3 comments

Comments

@sumit2201
Copy link

Can you please help regarding following error, it occured after installing missing @angular/cdk package

Uncaught Error: Unexpected value 'undefined' imported by the module 'CovalentLoadingModule'
at syntaxError (vendor.js:sourcemap:5723)
at vendor.js:sourcemap:18683
at Array.forEach ()
at CompileMetadataResolver.getNgModuleMetadata (vendor.js:sourcemap:18660)
at CompileMetadataResolver.getNgModuleSummary (vendor.js:sourcemap:18602)
at vendor.js:sourcemap:18675
at Array.forEach ()
at CompileMetadataResolver.getNgModuleMetadata (vendor.js:sourcemap:18660)
at JitCompiler._loadModules (vendor.js:sourcemap:29813)
at JitCompiler._compileModuleAndComponents (vendor.js:sourcemap:29772)

@nchanged
Copy link
Contributor

You are probably using the latest version, we need to update it, I tried - something is broken (the api has changed) I am no expert in angular unfortunately

@sumit2201
Copy link
Author

thank you for your reply, I made it work by removing CovalentLoadingModule from material imports
in app.module.ts file for now.
May be issue is due to some breaking changes in beta version libraries we are using. So I am not worried about it now. It is a great example in order to start development quickly using Fuse Box + Angular 4 .
So once again thank you so much for this.

@nchanged
Copy link
Contributor

@sumit2201 no worries, you think you can fix the existing example with the latest versions?

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

No branches or pull requests

2 participants