Skip to content

Instantly share code, notes, and snippets.

@kagklis
Created March 28, 2022 18:33
Show Gist options
  • Save kagklis/436ca5c20ed97a02c3782f79887c1220 to your computer and use it in GitHub Desktop.
Save kagklis/436ca5c20ed97a02c3782f79887c1220 to your computer and use it in GitHub Desktop.
<app-selection-list
[items]="movies$ | async"
(selectionChanged)="updateSelection($event)"
>
<ng-template #itemTemplate let-item>
<app-movie [movie]="item"></app-movie>
</ng-template>
</app-selection-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment