Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: adding signal inputs and model to ADEV. #54753

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

Closed
wants to merge 1 commit into from

Conversation

JeanMeche
Copy link
Member

@JeanMeche JeanMeche commented Mar 7, 2024

@angular-robot angular-robot bot added the area: docs Related to the documentation label Mar 7, 2024
@ngbot ngbot bot added this to the Backlog milestone Mar 7, 2024
Copy link

github-actions bot commented Mar 7, 2024

Deployed adev-preview for de22389 to: https://ng-dev-previews-fw--pr-angular-angular-54753-adev-prev-kfdxxac0.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

Comment on lines 6 to 10
<div class="alert is-helpful">

Signal inputs are currently in [developer preview](/guide/releases#developer-preview).

</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be converted to the correct syntax

Comment on lines 138 to 144
<div class="alert is-important">

Do not use transforms if they change the meaning of the input, or if they are [impure](https://en.wikipedia.org/wiki/Pure_function#Impure_functions).

Instead, use `computed` for transformations with different meaning, or an `effect` for impure code that should run whenever the input changes.

</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Comment on lines 6 to 8
<div class="alert is-helpful">

Model inputs are currently in [developer preview](/guide/releases#developer-preview).

</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Contributor

@twerske twerske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three super small comments about alert formatting in the new authoring format. Otherwise LGTM!

Thank you for this!

@JeanMeche JeanMeche force-pushed the docs/adev-backport branch from 816013d to 3ea94c9 Compare March 7, 2024 22:53

HELPFUL: Model inputs are currently in [developer preview](/guide/releases#developer-preview).

</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course !!

@twerske
Copy link
Contributor

twerske commented Mar 8, 2024

Feel free to move this to a non-draft PR and after the one fix this can be marked for merge!

Copy link
Contributor

@twerske twerske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one nit!

Thank you SO MUCH @JeanMeche

Those docs are a copy from AIO.
@JeanMeche JeanMeche force-pushed the docs/adev-backport branch from 3ea94c9 to de22389 Compare March 9, 2024 00:10
@JeanMeche JeanMeche marked this pull request as ready for review March 9, 2024 00:10
@angular-robot angular-robot bot requested a review from twerske March 9, 2024 00:10
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Mar 9, 2024
atscott pushed a commit that referenced this pull request Mar 11, 2024
Those docs are a copy from AIO.

PR Close #54753
atscott pushed a commit that referenced this pull request Mar 11, 2024
Those docs are a copy from AIO.

PR Close #54753
@atscott atscott closed this in 09a2f3d Mar 11, 2024
@atscott
Copy link
Contributor

atscott commented Mar 11, 2024

This PR was merged into the repository by commit 09a2f3d.

@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 Apr 11, 2024
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 adev: preview area: docs Related to the documentation target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants