@page "/pokemonsleep/rate-pokemon" @inject IPokemonService PokemonService @inject IPokemonNatureService PokemonNatureService @inject IPokemonSubskillService PokemonSubskillService @inject NavigationManager Navigation @attribute [StreamRendering] @rendermode InteractiveServer Rate Pokémon @if (PokemonList == null || NatureList == null || SubskillList == null) {

Loading...

} else {

Pokémon Rater

@if (SelectedPokemon != null) {

Select Nature & Subskills

@FinalScore

}
}