Goal: Load an image with a dynamic source. If no image is found, then load a placeholder image instead.
This should demonstrate what I\'m trying to
And somewhere in your component class:
setDefaultPic() { this.pic = "assets/images/my-image.png"; }