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
314ff5627b
angular-cn
/
public
/
docs
/
_examples
/
testing
/
ts
/
app
/
hero.ts
6 lines
66 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(testing): add testing files to examples
2016-03-17 10:07:54 -04:00
// #docregion
docs(testing): add tests that involve Angular 2
2016-04-10 18:04:04 -04:00
export
class
Hero
{
docs(testing): update testing to use toh-5 closes #1003
2016-03-24 15:30:26 -04:00
id
:
number
;
name
:
string
;
chore(testing): add testing files to examples
2016-03-17 10:07:54 -04:00
}