Created
November 2, 2018 16:38
-
-
Save bob-lee/17e4deff6ab9de7d079af040da7c5312 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div class="list" [@listChild]="noteService.listState"> | |
<my-note class="item" #myNote | |
*ngFor="let note of noteService.items$ | async; let i = index" | |
(lazyLoad)="myNote.doLoad($event,i)" [url]="note.imageURL" [index]="i"> | |
</my-note> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment