@Effect() loadAllPokemon$: Observable<any> = this.actions$.pipe( ofType(PokemonActions.loadPokemon), switchMap(() => this.pokemonService.getAll ...
確定! 回上一頁