Skip to content

Instantly share code, notes, and snippets.

@bob-lee
Created November 2, 2018 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bob-lee/17e4deff6ab9de7d079af040da7c5312 to your computer and use it in GitHub Desktop.
Save bob-lee/17e4deff6ab9de7d079af040da7c5312 to your computer and use it in GitHub Desktop.
<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