I use wordpress api for my angular project and in API has "" in API address like this :
<img src="{{importantvideo.better_featured_image.media_details.sizes.["covernews-medium"].source_url}}" class="has-border-bottom width-100pct">
And HTML does not recognize this and I get the error how can use API like this in my angular project
this is my property path
[0].better_featured_image.media_details.sizes["covernews-medium"]