Skip to content

Instantly share code, notes, and snippets.

@Ruivilela
Created January 9, 2017 16:11
Show Gist options
  • Save Ruivilela/51f84b96f939b619410ead17ddf1d65d to your computer and use it in GitHub Desktop.
Save Ruivilela/51f84b96f939b619410ead17ddf1d65d to your computer and use it in GitHub Desktop.
export class Pokemon {
constructor(
public id:number,
public name:string,
public sprite:string){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment