Handling Images

The error message is telling you exactly what is wrong. ng-src is not a proper property. Use <img [src]="result.avatar"> instead.

1 Like