You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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.
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)
The text was updated successfully, but these errors were encountered: