SHARE
TWEET

Untitled

a guest May 4th, 2016 48 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export class Hero {
  2.   id: number;
  3.   name: string;
  4. }
  5.  
  6.  
  7. export var OPERATIONAL: Hero[] = [
  8.     {"id": 1,"name": "superman"}
  9. ]
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top