Now I am doing an angular 8 project. I need to load an image dynamically, that came from the back end. I want this image load in a particular div section. I tried this. but not working. Anybody help?
<div class="col-md-5 box mt-4" style="background-image: url({{url}}/SupportingFiles/profile/{{institution_folder_name}}/idcards/front.jpg);">
imginsidediv, did you tried that ?ngStyleto set the background. Check this out stackoverflow.com/questions/45632663/…