docs: declare Standalone APIs as stable#47754
docs: declare Standalone APIs as stable#47754AndrewKushnir wants to merge 1 commit intoangular:mainfrom
Conversation
b110d3a to
c017960
Compare
c017960 to
1e74123
Compare
In v14, we've introduced core concepts to allow Components, Directives and Pipes to configure their dependencies without the need to use NgModules and without the need to be declared in an NgModule. The concepts and initial set of APIs were marked as "developer preview" to allow developers to use these APIs and share the feedback. Since v14, we've been reviewing the entire API surface of the framework and either updating existing APIs to support standalone or creating new APIs that allowed to use Router, HttpClient and other abstractions without NgMod ules. Based on the mentioned work to review and stabilize APIs and also based on the positive feedback from the commun ity, we are happy to announce that the Standalone APIs are promoted to stable! This commit updates vast majority of standalone-related APIs to drop the `@developerPreview` label, which effect ively documents then as stable. Two APIs that retained the `@developerPreview` annotations are: - withRequestsMadeViaParent (from `@angular/common/http`) - renderApplication (from `@angular/platform-server`) We plan to collect some additional feedback for the mentioned APIs and drop the `@developerPreview` annotation b efore the next major release. Co-Authored-By: Alex Rickabaugh <[email protected]> Co-Authored-By: Andrew Scott <[email protected]> Co-Authored-By: Dylan Hunn <[email protected]> Co-Authored-By: Jessica Janiuk <[email protected]> Co-Authored-By: JoostK <[email protected]> Co-Authored-By: Kristiyan Kostadinov <[email protected]> Co-Authored-By: Pawel Kozlowski <[email protected]>
1e74123 to
9f171c3
Compare
|
Caretaker note: this is a docs-only change, no presubmit is needed. I tried to force g3 status, but it doesn't seem to show up properly on the PR. This PR is ready for merge. |
|
A feedback after testing standalone APIs by converting a full project: there is a NgModule which seems to have been forgotten and thus still need |
|
This PR was merged into the repository by commit 0d65e1d. |
In v14, we've introduced core concepts to allow Components, Directives and Pipes to configure their dependencies without the need to use NgModules and without the need to be declared in an NgModule. The concepts and initial set of APIs were marked as "developer preview" to allow developers to use these APIs and share the feedback. Since v14, we've been reviewing the entire API surface of the framework and either updating existing APIs to support standalone or creating new APIs that allowed to use Router, HttpClient and other abstractions without NgMod ules. Based on the mentioned work to review and stabilize APIs and also based on the positive feedback from the commun ity, we are happy to announce that the Standalone APIs are promoted to stable! This commit updates vast majority of standalone-related APIs to drop the `@developerPreview` label, which effect ively documents then as stable. Two APIs that retained the `@developerPreview` annotations are: - withRequestsMadeViaParent (from `@angular/common/http`) - renderApplication (from `@angular/platform-server`) We plan to collect some additional feedback for the mentioned APIs and drop the `@developerPreview` annotation b efore the next major release. Co-Authored-By: Alex Rickabaugh <[email protected]> Co-Authored-By: Andrew Scott <[email protected]> Co-Authored-By: Dylan Hunn <[email protected]> Co-Authored-By: Jessica Janiuk <[email protected]> Co-Authored-By: JoostK <[email protected]> Co-Authored-By: Kristiyan Kostadinov <[email protected]> Co-Authored-By: Pawel Kozlowski <[email protected]> PR Close #47754
@cyrilletuzi thanks for the feedback, I've created #47793 to capture this. Please let us know if you might be interested in creating a PR to add a new function. |
|
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. |
In v14, we've introduced core concepts to allow Components, Directives and Pipes to configure their dependencies without the need to use NgModules and without the need to be declared in an NgModule. The concepts and initial set of APIs were marked as "developer preview" to allow developers to use these APIs and share the feedback.
Since v14, we've been reviewing the entire API surface of the framework and either updating existing APIs to support standalone or creating new APIs that allowed to use Router, HttpClient and other abstractions without NgModules.
Based on the mentioned work to review and stabilize APIs and also based on the positive feedback from the community, we are happy to announce that the Standalone APIs are promoted to stable!
This commit updates vast majority of standalone-related APIs to drop the
@developerPreviewlabel, which effectively documents then as stable.Two APIs that retained the
@developerPreviewannotations are:@angular/common/http)@angular/platform-server)We plan to collect some additional feedback for the mentioned APIs and drop the
@developerPreviewannotation before the next major release.PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?