Error: Can't resolve all parameters for Cloudinary: (?, ?).
i followed your guide for Angular, and then i accesed to my webpage and this error pop on dev console No provider for Cloudinary, so i opened my app.module.ts and i configured Cloudinary in providers like this:
providers: [
Cloudinary
]
And now when i open dev console i get
ERROR Error: Uncaught (in promise): Error: Can't resolve all parameters for Cloudinary: (?, ?).
Error: Can't resolve all parameters for Cloudinary: (?, ?).
0
-
Hi Miguel,
In the `app.module.ts ` you should import the `CloudinaryModule` like this:
import {CloudinaryModule} from '@cloudinary/ng'; imports: [ ..., CloudinaryModule ], ...
There is no need to include Cloudinary in the provider.
In order to better assist, can you please provide your code, specifically the configurations and your app.module.ts?
If privacy is a concern, you can open a direct ticket with all the details at: https://support.cloudinary.com/hc/en-us/requests/new?
Thanks
Michal
0
Post is closed for comments.
Comments
1 comment