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
I'm getting build errors when building for production the app using angular cli with: ng build --prod
It compiles fine if I compile with JIT.
ERROR in : Unexpected value 'CovalentLoadingModule in /node_modules/@covalent/core/loading/loading.module.d.ts' imported by the module 'CoreModule in /src/app/core/core.module.ts'. Please add a @NgModule annotation.
The above error shows the error with CovalentLoadingModule but the bellow code shows with the CovalentLayoutModule. It shows the error with the first package declared in imports in NgModule...
I tried falling back to importing all packages in '@covalent/core' path but it didn't work either.
Hi,
I'm getting build errors when building for production the app using angular cli with: ng build --prod
It compiles fine if I compile with JIT.
ERROR in : Unexpected value 'CovalentLoadingModule in /node_modules/@covalent/core/loading/loading.module.d.ts' imported by the module 'CoreModule in /src/app/core/core.module.ts'. Please add a @NgModule annotation.
The above error shows the error with CovalentLoadingModule but the bellow code shows with the CovalentLayoutModule. It shows the error with the first package declared in imports in NgModule...
I tried falling back to importing all packages in '@covalent/core' path but it didn't work either.
Angular Version: 5.2.3
Angular CLI Version: 1.6.7
Angular Material Version: 5.1.1
Covalent Version: 1.0.0-rc.4
The text was updated successfully, but these errors were encountered: