404 issue when image src is null
09:41 04 Apr 2023

I have a code that use img tag to show an image. The issue is that when the image src is null i get an error that says 404 error.How can i solve this issue. I'll share my code below.


                          
                          Graph 
                          
                                                   
                           
                           
                           
                                                 
                          {{ item.itemValue }}
                        

when graph1 and graph2 image data is null i get the 404 error

html angular