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 get the following error in runtime when I start the app via npm start
Uncaught Error: Unexpected value '[object Object]' imported by the module 'AppModule'. Please add a @NgModule annotation.
It doesn't seem to recognize the configuration object or the module itself as I import it. I'm following the instructions from this document. Am I using the right api or package for Angular 5?
The text was updated successfully, but these errors were encountered:
I'm trying to import cloudinary to my AppModule:
I get the following error in runtime when I start the app via
npm start
It doesn't seem to recognize the configuration object or the module itself as I import it. I'm following the instructions from this document. Am I using the right api or package for Angular 5?
The text was updated successfully, but these errors were encountered: