Plone and Angular integration

I have created a custom "content type" with the "image field" named "background". When I try to make the UI using angular . I wrote the statement

<img [src]="context.background.scales.large.download"/>

I am getting this in my browser console.
Warning:

core.js:7326 WARNING: sanitizing HTML stripped some content (see Angular).
_sanitizeHtml @ core.js:7326

Hi @AnanthaBalaji
This is a notification from angular and is unrelated to plone.
See more on the angular sanitation here: https://angular.io/guide/security

Sune