This website requires JavaScript.
Explore
Help
Register
Sign In
sarcube64
/
angular-tour-of-heroes
Watch
1
Star
0
Fork
You've already forked angular-tour-of-heroes
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b24b37d4b1
angular-tour-of-heroes
/
src
/
app
/
hero.ts
4 lines
55 B
TypeScript
Raw
Blame
History
export
interface
Hero
{
id
:
number
;
name
:
string
;
}
Reference in New Issue
View Git Blame
Copy Permalink