Last active
April 24, 2023 17:31
-
-
Save NyaGarcia/b3703f32ebe211d60e444ce94f834664 to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon List
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="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