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
/
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 14:07:54 +00:00
// #docregion
docs(testing): add tests that involve Angular 2
2016-04-10 15:04:04 -07:00
export
class
Hero
{
docs(testing): update testing to use toh-5 closes #1003
2016-03-24 19:30:26 +00:00
id
:
number
;
name
:
string
;
chore(testing): add testing files to examples
2016-03-17 14:07:54 +00:00
}
Reference in New Issue
Copy Permalink