Skip to content

Instantly share code, notes, and snippets.

@Ruivilela
Created January 6, 2017 18:08
Show Gist options
  • Save Ruivilela/2848ce6be7c9681c04ee4509dd64645f to your computer and use it in GitHub Desktop.
Save Ruivilela/2848ce6be7c9681c04ee4509dd64645f to your computer and use it in GitHub Desktop.
ngOnInit(){
this.pokedexService.getPokemon(1).subscribe(
result => {this.pokemon = result }
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment