Skip to content

Instantly share code, notes, and snippets.

@mdmoin7
Last active March 16, 2019 14:40
Show Gist options
  • Save mdmoin7/af74c90996bf5fea7336304ff7475e14 to your computer and use it in GitHub Desktop.
Save mdmoin7/af74c90996bf5fea7336304ff7475e14 to your computer and use it in GitHub Desktop.
<div [ngStyle]="{height:height+'px',width:width+'px'}" *ngIf="isLoading">
<img [src]=loader />
</div>
<img [src]=image [ngStyle]="{visibility:isLoading?'hidden':'',height:height+'px',width:width+'px'}"
(load)="hideLoader()" (error)="hideLoader()"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment