X Tutup
The Wayback Machine - https://web.archive.org/web/20250518144045/https://github.com/angular/angular/pull/43693
Skip to content

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

Conversation

dario-piotrowicz
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

Issue

Issue Number: N/A

Does this PR introduce a breaking change?

  • Yes
  • No

@google-cla google-cla bot added the cla: yes label Oct 3, 2021
@pullapprove pullapprove bot requested a review from atscott October 3, 2021 16:18
@@ -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.
Copy link
Contributor Author

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 🤔

@dylhunn dylhunn added the area: core Issues related to the framework runtime label Oct 4, 2021
@ngbot ngbot bot added this to the Backlog milestone Oct 4, 2021
@dario-piotrowicz dario-piotrowicz force-pushed the aio-injection-token-api-docs branch from 3bdce6a to f58821c Compare October 7, 2021 21:27
Copy link
Contributor

@petebacondarwin petebacondarwin left a 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

@mary-poppins
Copy link

You can preview 3bdce6a at https://pr43693-3bdce6a.ngbuilds.io/.
You can preview f58821c at https://pr43693-f58821c.ngbuilds.io/.

@petebacondarwin petebacondarwin added the action: merge The PR is ready for merge by the caretaker label Oct 11, 2021
@alan-agius4 alan-agius4 removed the request for review from atscott October 13, 2021 15:36
@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Oct 13, 2021
@petebacondarwin petebacondarwin added the merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note label Oct 13, 2021
@petebacondarwin
Copy link
Contributor

Caretaker: this is a simple docs only change that should not need presubmit.

@atscott
Copy link
Contributor

atscott commented Oct 13, 2021

This PR was merged into the repository by commit f04a7c1.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime cla: yes merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
X Tutup