refactor(core): promote resource, rxResource & httpResource to stable#68253
Merged
Conversation
The time has come. Note: angular#67382 introduced a breaking change where you could notice some sublte timing change on how `value` is set when using `rxResource` or a `stream` on a `resource`
2b9e736 to
113f824
Compare
Contributor
|
I guess that will kill any chance to see this happen? #63070 |
resource & rxResource to stableresource, rxResource & httpResource to stable
alxhub
approved these changes
May 5, 2026
alxhub
left a comment
Member
There was a problem hiding this comment.
Reviewed-for: public-api, fw-general
Member
|
This PR was merged into the repository. The changes were merged into the following branches:
|
13 tasks
erkamyaman
added a commit
to erkamyaman/angular-tr
that referenced
this pull request
May 6, 2026
PR angular#68253 promoted `resource()`, `rxResource()`, and `httpResource()` to stable. Update the roadmap entries to match.
mattrbeck
pushed a commit
that referenced
this pull request
May 12, 2026
Marks `HttpResourceRequest`, `HttpResourceOptions`, and `HttpResourceRef` as public APIs following the stabilization of the Resource API in #68253
SkyZeroZx
added a commit
to SkyZeroZx/angular
that referenced
this pull request
May 12, 2026
Marks `resource` as public APIs following the stabilization of the Resource API in angular#68253
erkamyaman
added a commit
to erkamyaman/angular-tr
that referenced
this pull request
May 13, 2026
angular#68253 graduated `resource`, `rxResource`, and `httpResource` to stable by swapping `@experimental` for `@publicApi 22.0` across three files. The two `resource()` overloads in `packages/core/src/resource/resource.ts` were missed and still carried `@experimental 19.0`. The public-api golden already lists both overloads as `// @public`, so this aligns the source with what the rest of the codebase reflects.
14 tasks
mattrbeck
pushed a commit
that referenced
this pull request
May 13, 2026
#68253 graduated `resource`, `rxResource`, and `httpResource` to stable by swapping `@experimental` for `@publicApi 22.0` across three files. The two `resource()` overloads in `packages/core/src/resource/resource.ts` were missed and still carried `@experimental 19.0`. The public-api golden already lists both overloads as `// @public`, so this aligns the source with what the rest of the codebase reflects.
mattrbeck
pushed a commit
that referenced
this pull request
May 13, 2026
#68253 graduated `resource`, `rxResource`, and `httpResource` to stable by swapping `@experimental` for `@publicApi 22.0` across three files. The two `resource()` overloads in `packages/core/src/resource/resource.ts` were missed and still carried `@experimental 19.0`. The public-api golden already lists both overloads as `// @public`, so this aligns the source with what the rest of the codebase reflects. (cherry picked from commit 7557b33)
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The time has come.
Note: #67382 introduced a breaking change where you could notice some sublte timing change on how
valueis set when usingrxResourceor astreamon aresource