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
/
hierarchical-dependency-injection
/
ts
/
app
/
edit-item.ts
7 lines
111 B
TypeScript
Raw
Normal View
History
Unescape
Escape
docs(hierarchical-injectors): use real example code closes #406 With this change the chapter doesn't use inline code anymore but instead uses proper runnable example code.
2015-11-25 18:01:44 +01:00
// #docregion
export
class
EditItem
<
T
>
{
chore: first sweep on linting the codebase closes #1616
2016-06-08 01:06:25 +02:00
editing
:
boolean
;
docs(hierarchical-injectors): use real example code closes #406 With this change the chapter doesn't use inline code anymore but instead uses proper runnable example code.
2015-11-25 18:01:44 +01:00
constructor
(
public
item
:
T
)
{
}
}
// #docregion
Reference in New Issue
Copy Permalink