Advertisement
Sub0Zero1990

Untitled

Feb 21st, 2025
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <div id="covers-container">
  2.     @for (path of imagesPath; track path) {
  3.         <div class="cover-container">
  4.             <img [src]="path">
  5.         </div>
  6.     }
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement