-
Notifications
You must be signed in to change notification settings - Fork 26.3k
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
Conversation
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. |
<div class="alert is-helpful"> | ||
|
||
Signal inputs are currently in [developer preview](/guide/releases#developer-preview). | ||
|
||
</div> |
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.
These need to be converted to the correct syntax
<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> |
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.
Same here
<div class="alert is-helpful"> | ||
|
||
Model inputs are currently in [developer preview](/guide/releases#developer-preview). | ||
|
||
</div> |
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.
Same here
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.
Three super small comments about alert formatting in the new authoring format. Otherwise LGTM!
Thank you for this!
816013d
to
3ea94c9
Compare
|
||
HELPFUL: Model inputs are currently in [developer preview](/guide/releases#developer-preview). | ||
|
||
</div> |
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.
nit: remove?
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.
Of course !!
Feel free to move this to a non-draft PR and after the one fix this can be marked for merge! |
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 with one nit!
Thank you SO MUCH @JeanMeche
Those docs are a copy from AIO.
3ea94c9
to
de22389
Compare
Those docs are a copy from AIO. PR Close #54753
Those docs are a copy from AIO. PR Close #54753
This PR was merged into the repository by commit 09a2f3d. |
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. |
Those docs are a copy from AIO.
Direct link: https://ng-dev-previews-fw--pr-angular-angular-54753-adev-prev-kfdxxac0.web.app/guide/signals