This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99d89072d5
angular-cn
/
public
/
docs
/
_examples
/
server-communication
/
ts
/
app
/
toh
/
hero.ts
7 lines
101 B
TypeScript
Raw
Blame
History
// #docregion
export
class
Hero
{
constructor
(
public
id
:
number
,
public
name
:
string
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink