angular-realworld-example-app icon indicating copy to clipboard operation
angular-realworld-example-app copied to clipboard

Resolved issue #35

Open iravitejakumar opened this issue 7 years ago • 1 comments

when image src in article.component.html at commnet footer section is null. It is performing a get call to http://localhost:4200/null . Wrote a ternary operator to change it to empty string if image src is null.

<img [src]="currentUser.image==null?'':currentUser.image" class="comment-author-img" />

iravitejakumar avatar Apr 18 '18 07:04 iravitejakumar

Please close #35 issue if it is resolved.

iravitejakumar avatar Apr 22 '18 20:04 iravitejakumar