Skip to content

Instantly share code, notes, and snippets.

@Ruivilela
Created January 6, 2017 17:45
Show Gist options
  • Save Ruivilela/d87568edb0d98fa5d691f3a3e10eea24 to your computer and use it in GitHub Desktop.
Save Ruivilela/d87568edb0d98fa5d691f3a3e10eea24 to your computer and use it in GitHub Desktop.
ngOnInit(){
this.pokemon = this.pokedexService.getPokemon(1);
console.log(this.pokedexService.getPokemon(1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment