Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active April 24, 2023 17:31
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 NyaGarcia/b3703f32ebe211d60e444ce94f834664 to your computer and use it in GitHub Desktop.
Save NyaGarcia/b3703f32ebe211d60e444ce94f834664 to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon List
<div class="card-container">
<ngbytes-pokemon-card
*ngFor="let pokemon of pokemonList"
[pokemon]="pokemon"
(click)="openDetailsPage(pokemon.id)"
></ngbytes-pokemon-card>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment