Currently, I am utilizing Cloudinart on Angular and my goal is to create a Cloudinary URL.
<cl-image public-id="public_id">
<cl-transformation height="270" width="480" crop="fill"/>
</cl-image>
The code above generates an image tag. However, I am wondering if there is a way to generate just a URL that can be used as the background image for the div?