Created
November 2, 2018 07:58
-
-
Save bob-lee/df4eb4df5a22ad48054563409bebd790 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" | |
*ngFor="let note of noteService.items$ | async"> | |
</my-note> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment