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
Actions
Packages
Projects
Releases
Wiki
Activity
angular-docs-cn
/
aio
/
content
/
examples
/
toh-pt3
/
src
/
app
/
hero.ts
6 lines
70 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat(aio): copy example code from angular.io
2017-02-22 18:13:21 +00:00
// #docregion
docs: replace class hero to interface wherever class properties not used (#34022) Fixes #21186 PR Close #34022
2019-11-25 20:47:02 +05:30
export
interface
Hero
{
feat(aio): copy example code from angular.io
2017-02-22 18:13:21 +00:00
id
:
number
;
name
:
string
;
}
Reference in New Issue
Copy Permalink