Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <div fxLayout="column">
  2.  
  3.  
  4. <div >
  5.  
  6. </div>
  7.  
  8. <div fxLayout="row">
  9. <div ng-if="doneLoadingProjectData" *ngFor="let image of images" >
  10. <img src="image"/>
  11. </div>
  12.  
  13. </div>
  14.  
  15.  
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement