How to set the default image on a img src while whole response is not received in ionic3?

just remove : != null

it will work super fine :slight_smile:

<img src="{{foo.url}}" onerror="this.src='path/to/altimg.png'">

It worked for me.