This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-docs-cn
/
public
/
docs
/
_examples
/
toh-3
/
ts
/
app
/
hero.ts
7 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
docs(tutorial): Part 3 improvements + input explanation Updated Attribute Directives chapter with appendix on input properties closes #576
2015-12-16 19:38:07 -08:00
// #docregion
docs(tutorial): part 3 + revisions to intro, 1 & 2 closes #573
2015-12-14 20:05:13 -08:00
export
interface
Hero
{
id
:
number
;
name
:
string
;
}
docs(tutorial): Part 3 improvements + input explanation Updated Attribute Directives chapter with appendix on input properties closes #576
2015-12-16 19:38:07 -08:00
// #enddocregion
Reference in New Issue
Copy Permalink