Skip to content

Instantly share code, notes, and snippets.

@teropa
Created May 30, 2016 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teropa/8825cfc53e4f7f29530d3ace12af14bc to your computer and use it in GitHub Desktop.
Save teropa/8825cfc53e4f7f29530d3ace12af14bc to your computer and use it in GitHub Desktop.
var HEROES: Hero[] = [
{ "id": 11, "name": "Mr. Nice" },
{ "id": 12, "name": "Narco" },
{ "id": 13, "name": "Bombasto" },
{ "id": 14, "name": "Celeritas" },
{ "id": 15, "name": "Magneta" },
{ "id": 16, "name": "RubberMan" },
{ "id": 17, "name": "Dynama" },
{ "id": 18, "name": "Dr IQ" },
{ "id": 19, "name": "Magma" },
{ "id": 20, "name": "Tornado" }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment