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
2ccdd867d2
angular-docs-cn
/
public
/
docs
/
_examples
/
toh-5
/
ts
/
app
/
hero.ts
5 lines
52 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(toh): change inputs array for input decorator/hero now a class
2016-03-24 08:31:27 -04:00
export
class
Hero
{
docs(tutorial): add part 5-routing
2015-12-23 12:42:57 -05:00
id
:
number
;
name
:
string
;
}