This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-cn
/
public
/
docs
/
_examples
/
component-styles
/
ts
/
app
/
hero.ts
8 lines
120 B
TypeScript
Raw
Normal View
History
Unescape
Escape
docs(component-styles): add chapter about styling components closes #1047
2016-04-05 09:27:10 +03:00
export
class
Hero
{
chore: first sweep on linting the codebase closes #1616
2016-06-08 01:06:25 +02:00
active
:
boolean
;
docs(component-styles): add chapter about styling components closes #1047
2016-04-05 09:27:10 +03:00
chore: first sweep on linting the codebase closes #1616
2016-06-08 01:06:25 +02:00
constructor
(
public
name
:
string
,
public
team
:
string
[
]
)
{
docs(component-styles): add chapter about styling components closes #1047
2016-04-05 09:27:10 +03:00
}
}
Reference in New Issue
Copy Permalink