This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Merged
Conversation
byungjune
reviewed
Jan 20, 2017
| +makeExample('dependency-injection/ts/app/providers.component.ts','providers-6a')(format=".") | ||
|
|
||
| :marked | ||
| 해법은: useExisting 옵션을 사용한 별칭입니다. |
Contributor
There was a problem hiding this comment.
useExisting의 ``가 누락되었습니다 : )
| +makeExample('dependency-injection/ts/app/heroes/hero.service.ts','internals', 'app/heroes/hero.service.ts (excerpt)')(format='.') | ||
|
|
||
| :marked | ||
| `Logger`를 주입할 수 있지만, 그러나 boolean `isAuthorized`를 주입할 수는 없습니다. |
Contributor
There was a problem hiding this comment.
중간의 but에 대한 해석이 2번 들어간 것 같습니다.
중간의 그러나를 제거하여
[Logger를 주입할 수 있지만, 그러나 boolean isAuthorized를 주입할 수는 없습니다.]를
[Logger를 주입할 수 있지만, boolean isAuthorized를 주입할 수는 없습니다.]로 하면 좀 더 자연스러울 것 같습니다 : )
|
|
||
| .l-sub-section | ||
| :marked | ||
| `Car` 소비자는 문제가 있습니다. 소비자는 다음과 같이 |
tiratano
commented
Jan 20, 2017
Contributor
Author
tiratano
left a comment
There was a problem hiding this comment.
리뷰 사항 수정했습니다. : )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.