19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
@page "/pokemon"
|
|
|
|
|
|
@inject IPokemonService PokemonService
|
|
|
|
@attribute [StreamRendering]
|
|
@rendermode InteractiveServer
|
|
|
|
|
|
<PageTitle>Pokémon Sleep</PageTitle>
|
|
|
|
<div class="w-100">
|
|
<!-- <PokemonBackground PokemonImages="pokemonImageUrls" ShinyPokemonImages="pokemonShinyImageUrls" /> -->
|
|
|
|
<PokemonHeader />
|
|
|
|
<PokemonTable AllPokemon="pokemons"/>
|
|
|
|
</div> |