This commit is contained in:
trochas
2024-10-21 16:38:32 +02:00
parent e503d598ad
commit 7022f766a7
3 changed files with 18 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ import { Pokemon } from '../pokemon';
export class MyComponentComponent {
id: string;
selectedPokeId : string;
searchPokeName: string;
pokes : Pokemon[] = [];