Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="covers-container">
- @for (path of imagesPath; track path) {
- <div class="cover-container">
- <img [src]="path">
- </div>
- }
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement