This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5b69cab28
angular-docs-cn
/
public
/
docs
/
_examples
/
toh-3
/
ts
/
app
/
hero.ts
7 lines
83 B
TypeScript
Raw
Blame
History
// #docregion
export
class
Hero
{
id
:
number
;
name
:
string
;
}
// #enddocregion
Reference in New Issue
View Git Blame
Copy Permalink