Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created December 22, 2022 21:21
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 ssougnez/a5c08e0eb5b475bdd3065c71c1e6c03e to your computer and use it in GitHub Desktop.
Save ssougnez/a5c08e0eb5b475bdd3065c71c1e6c03e to your computer and use it in GitHub Desktop.
<ngs-container [query$]="query$"
[data$]="pokemons$">
<ng-template let-pokemons>
<div *ngFor="let p of pokemons; trackBy: trackByValue">{{ p.name }}</div>
</ng-template>
</ngs-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment