-
-
Save lydemann/4a429dfb46f65f3c341a52c6d8d7cd93 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ng-container *ngFor="let image of images; idx = index"> | |
<img [attr.loading]="idx < 2 ? 'eager' : 'lazy"/> | |
</ng-container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment