Api does not working on live
Hi,
I am using Angular 7+cloudinary ,its working on my local server fine but when i upadates my build on live (--prod) its not working giving error(Cannot read property 'CloudinaryJQuery' of null ).
please provide me help regarding this issue.;
thanks
-
Hi,
Please find attached.URL : https://lifescapeangularapp.azurewebsites.net
We are using Angular CLI, as well I have attached sample code.
download code from :--https://we.tl/t-zMGCKpTEioLook forward for your help!
Thanks!
0 -
I'm sorry, I couldn't open the RAR file.
Please make sure to include cloudinary as described here:
import { Cloudinary as CloudinaryCore } from 'cloudinary-core';
...
export const cloudinary = {
Cloudinary: CloudinaryCore
};
...@NgModule({
declarations: [
...
],
imports: [
...
CloudinaryModule.forRoot(cloudinary, config),
],
...
})
export class AppModule { }You can also look at our sample code here:
https://github.com/cloudinary/cloudinary_angular/tree/angular-2.x/samples
Hope that helps,
0
Post is closed for comments.
Comments
2 comments