Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upA mistake in the docs - in the description of the Component Class section #32948
Comments
This comment has been minimized.
This comment has been minimized.
Hello, Additionally, the form the PR has me fill out is a bit confusing, so I'd appreciate some insight in that as well. |
This comment has been minimized.
This comment has been minimized.
Hey ODAVING, me too, this is my first issue that I opened for Angular :) Loving it so far. As for the PR, yeah It can be a bit confusing but just follow the steps one by one. There are many blog posts on how to do it. Just google it. |
This comment has been minimized.
This comment has been minimized.
should have "has PR" tag! Just wanted to jump in. lol |
This comment has been minimized.
This comment has been minimized.
@fouaddev That's amazing! I think I managed to do everything they suggested, so I guess we just have to wait until PR is reviewed. I'm loving open source as well as the community! |
This comment has been minimized.
This comment has been minimized.
@ODAVING I would advise to add footer with "Closes #issue_number" text to commit message next time :) In that case, the issue and your PR will be linked automatically. So it will be easier to track PRs even before the label "has PR" is added. |
This comment has been minimized.
This comment has been minimized.
@YuliaTsareva Really appreciate the advice Yulia, will keep that in-mind for next time! |
This comment has been minimized.
This comment has been minimized.
I was wondering how long does it usually take to resolve a doc issue like this one? |
change component class section of the docs to be less confusing Closes angular#32948
change component class section of the docs Closes angular#32948 docs(*): fix a mistake in the docs change component class section of the docs to be less confusing Closes angular#32948 docs(*): fix a mistake in the docs change component class section of the docs to be less confusing Closes angular#32948
change component class section of the docs Closes angular#32948 docs(common): fix a mistake in the docs change component class section of the docs to be less confusing Closes angular#32948
change component class section of the docs Closes angular#32948 docs(common): fix a mistake in the docs change component class section of the docs to be less confusing Closes angular#32948
change component class section of the docs Closes angular#32948
This comment has been minimized.
This comment has been minimized.
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. |
Description
In the Component Class section, the reference of angular in relation to typescript should be angular instead of angularJS.
What's the affected URL?**
https://angular.io/guide/ajs-quick-reference
Reproduction Steps**
Go to the link above and scroll down to the Component class section. Read its description.
Expected vs Actual Behavior**
Expected:
NOTE: If you are using TypeScript with Angular, you must use the export keyword to export the component class.
Actual Behavior:
NOTE: If you are using TypeScript with AngularJS, you must use the export keyword to export the component class.
Browser info
Version 77.0.3865.90 (Official Build) (64-bit)
Anything else relevant?
This is just a text mistake in the docs, not a code error.