-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs(core): apply minor improvements to the InjectionToken's api docs #43693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(core): apply minor improvements to the InjectionToken's api docs #43693
Conversation
| @@ -19,26 +19,27 @@ import {ɵɵdefineInjectable} from './interface/defs'; | |||
| * parameterized type. | |||
| * | |||
| * `InjectionToken` is parameterized on `T` which is the type of object which will be returned by | |||
| * the `Injector`. This provides additional level of type safety. | |||
| * the `Injector`. This provides an additional level of type safety. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just fixing the english here... but I am not sure why it is an "additional" level of type safety instead of something like "This adds type safety." or something like that 🤔
3bdce6a to
f58821c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-for: global-docs-approvers
|
You can preview 3bdce6a at https://pr43693-3bdce6a.ngbuilds.io/. |
|
Caretaker: this is a simple docs only change that should not need presubmit. |
|
This PR was merged into the repository by commit f04a7c1. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |


PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Issue
Issue Number: N/A
Does this PR introduce a breaking change?