-
Notifications
You must be signed in to change notification settings - Fork 26.4k
docs: rework programmatically rendering components section to mention… #61763
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: rework programmatically rendering components section to mention… #61763
Conversation
@@ -60,7 +60,9 @@ import {assertComponentDef} from './errors'; | |||
* applicationRef.attachView(componentRef.hostView); | |||
* componentRef.changeDetectorRef.detectChanges(); | |||
* ``` | |||
* | |||
* | |||
* [Learn more in the Programmatic Component Rendering guide](https://angular.dev/guide/components/programmatic-rendering) |
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 don't think we need this link here. We don't typically do this in our jsdocs.
48eb090
to
0accfd6
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.
LGTM! Thank you!
This PR was merged into the repository by commit e1bd13d. The changes were merged into the following branches: main, 20.0.x |
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. |
… @defer
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 programmatic rendering section documentation is missing @defer mentions.
Issue Number: #56782
What is the new behavior?
The programmatic rendering section now includes references to
@defer
. It also incorporates suggestions that were made in the earlier closed PR on issue #56782.Adds link to the programmatic rendering guide inside
core/src/render3/component.ts
file.Does this PR introduce a breaking change?
Other information