I am using Cloudinart on Angular and I want to generate a Cloudinary url.
<cl-image public-id="public_id">
<cl-transformation height="270" width="480" crop="fill"/>
</cl-image>
The image tag is generated with the above code. Is it possible to generate only a URL so that I can use it as a background image of the div?