docs(docs-infra): add missing decorator in tutorial step#47456
docs(docs-infra): add missing decorator in tutorial step#47456mauromattos00 wants to merge 1 commit intoangular:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
46b230c to
b88544a
Compare
|
You can preview b88544a at https://pr47456-b88544a.ngbuilds.io/. |
AndrewKushnir
left a comment
There was a problem hiding this comment.
@mauromattos00 thanks for improving Angular docs!
|
This PR was merged into the repository by commit ad098d8. |
|
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?
What is the current behavior?
The
@Injectabledecorator is missing in tutorial stepIssue Number: #47425
What is the new behavior?
The decorator is being shown in the step, which can help devs not to forget to import it.
Does this PR introduce a breaking change?