Search or scroll through everything
On a fresh install of: @cloudinary/ng @ 2.0.2 @cloudinary/url-gen @ 1.20.0 I get the following error when running my Angular application: Error: node_modules/@cloudinary/transformation-builder-sdk/internal/models/IEffectActionModel.d.ts:4:33 - error TS2307: Cannot find module 'types/types.js' or its corresponding type…
Hi, I have an angular app using CloudinaryImageComponent <advanced-image> and update the image when a user selects something they want to see. structured like this — cldImage.component — <advanced-image …. [alt]=alt></advanced-image> — customcomponent.component — <cldImage … [alt]=alt></cldImage> I see the alt tag change…
Hi All, I'm looking for a working example or explanation of how to embed the Cloudinary Video Player in an Angular site that uses the new SSR (Server-Side-Rendering) deployment model. Any help is appreciated!
Hi, I am trying to upload a photo to cloudinary from an angular form: <form id="stripe-login"> <div class="field padding-bottom--24"> <label for="pname">Publication Name</label> <input type="text" name="pname" id="pname" [(ngModel)]="pname"> </div> <div class="field padding-bottom--24"> <textarea name="desc" cols="40"…
Hi is there a version of the Upload Widget that can be downloaded as a node module (opposed to using the CDN) In our use case, we are building an angular application that gets embedded in another application and does not have access to the index.html (because of the build process) Thanks!
I have currently implemented the upload feature in our web app (Angular) using the official upload widget. I have created an uploadPreset that includes the signature and configured my code to generate a backend signature. Below is the frontend code implementation: javascript this.myWidget = cloudinary.createUploadWidget( {…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.