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
1e64d9e57a
angular-docs-cn
/
public
/
docs
/
_examples
/
component-styles
/
ts
/
app
/
hero.ts
8 lines
117 B
TypeScript
Raw
Blame
History
export
class
Hero
{
active
:
boolean
;
constructor
(
public
name
:
string
,
public
team
:
string
[
]
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink