angular/aio/content/guide
Andrew Kushnir 0d65e1de2c docs: declare Standalone APIs as stable (#47754)
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 <alx@alxandria.net>
Co-Authored-By: Andrew Scott <atscott@google.com>
Co-Authored-By: Dylan Hunn <dylhunn@gmail.com>
Co-Authored-By: Jessica Janiuk <jessicajaniuk@google.com>
Co-Authored-By: JoostK <joost.koehoorn@gmail.com>
Co-Authored-By: Kristiyan Kostadinov <crisbeto@abv.bg>
Co-Authored-By: Pawel Kozlowski <pkozlowski.opensource@gmail.com>

PR Close #47754
2022-10-17 12:15:20 +02:00
..
component docs: add new files (#47391) 2022-09-29 10:50:14 -07:00
lifecycle-hook docs: Add topics for lifecycle directory (#47392) 2022-09-29 10:51:00 -07:00
accessibility.md docs: fix linter errors for accessibility page (#47327) 2022-09-07 10:49:05 -07:00
ajs-quick-reference.md docs: fix documentation linting errors in ajs-quick-reference.md (#47526) 2022-10-06 20:27:26 +00:00
angular-compiler-options.md docs: fix linter errors for angular-compiler-options.md page (#47179) (#47618) 2022-10-05 13:43:24 -07:00
angular-package-format.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
animations.md docs: add missing space (#46800) 2022-07-12 15:56:09 +00:00
aot-compiler.md docs: fix &hellip; presented in aio code docs (#46123) 2022-05-25 11:30:30 -07:00
aot-metadata-errors.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
app-shell.md docs: fix doc linter warnings in app-shell.md (#47282) 2022-09-06 09:24:04 -07:00
architecture-components.md docs: apply suggestions from code review (#47350) 2022-09-06 09:38:31 -07:00
architecture-modules.md docs: Add missing period (#46799) 2022-07-12 19:04:27 +00:00
architecture-next-steps.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
architecture-services.md docs: update topics to include feedback from PR review (#46647) 2022-07-11 22:32:35 +00:00
architecture.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
attribute-binding.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
attribute-directives.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
binding-overview.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
binding-syntax.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
bootstrapping.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
browser-support.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
build.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
built-in-directives.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
change-detection-skipping-subtrees.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
change-detection-slow-computations.md docs: add a guide on optimizing slow computations (#45880) 2022-05-09 13:56:34 -07:00
change-detection-zone-pollution.md docs: change "zone" to "ngZone" in an example (#47079) 2022-08-09 10:01:26 -07:00
change-detection.md docs: fix linting errors in change detection guide (#47324) 2022-09-06 09:31:21 -07:00
cheatsheet.md docs: fix angle brackets in details code block (#47400) 2022-09-12 13:24:56 -07:00
class-binding.md docs: fix linting errors in class binding guide (#47351) 2022-09-06 09:40:39 -07:00
cli-builder.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
comparing-observables.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
complex-animation-sequences.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
component-interaction.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
component-overview.md docs: fix linting errors in component overview guide (#47352) 2022-09-06 09:41:12 -07:00
component-styles.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
content-projection.md docs: modify header and path (#45828) 2022-06-10 16:11:09 +00:00
contributors-guide-overview.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
creating-injectable-service.md docs: update dependency injection content (#44466) 2022-08-05 10:06:13 -07:00
creating-libraries.md docs: Grammer update (#46567) 2022-06-28 21:40:20 -07:00
dependency-injection-in-action.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
dependency-injection-navtree.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
dependency-injection-overview.md docs: update broken link (#47532) 2022-09-27 10:18:00 -07:00
dependency-injection-providers.md docs: update dependency injection content (#44466) 2022-08-05 10:06:13 -07:00
dependency-injection.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
deployment.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
deprecations.md feat(common): add injection token for default DatePipe configuration (#47157) 2022-10-07 09:16:00 -07:00
developer-guide-overview.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
devtools.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
doc-build-test.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-edit-finish.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-editing.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-github-tasks.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-open.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-prep.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-pr-update.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-prepare-to-edit.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-select-issue.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-tasks.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-update-overview.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
doc-update-start.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
docs-lint-errors.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
docs-style-guide.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
dynamic-component-loader.md docs: apply suggestions from code review (#45325) 2022-04-08 19:36:30 +00:00
dynamic-form.md docs: fixed typos (#47008) 2022-08-01 11:15:54 -07:00
elements.md docs(elements): fix typo in guide (&commat; --> @) (#46688) 2022-07-06 07:31:15 -07:00
entry-components.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
event-binding-concepts.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
event-binding.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
example-apps-list.md refactor(docs-infra): Redirect old document title guide to new router feature (#45857) 2022-05-04 16:30:52 -07:00
feature-modules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
file-structure.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
form-validation.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
forms-overview.md docs: fix grammar (#47333) 2022-09-06 09:33:15 -07:00
forms.md docs: clarify how ng adds classes to form elements (#46805) 2022-07-12 19:09:04 +00:00
frequent-ngmodules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
glossary.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
hierarchical-dependency-injection.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
http.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
i18n-common-add-package.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-common-deploy.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-common-format-data-locale.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-common-locale-id.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
i18n-common-merge.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
i18n-common-overview.md docs: update internationalization topics (#43722) 2021-10-12 21:38:37 +00:00
i18n-common-prepare.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-common-translation-files.md docs: replace deprecated --outFile option for ng extract-i18n (#47397) 2022-09-12 13:25:20 -07:00
i18n-example.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-optional-import-global-variants.md docs(common): fix links to locales in i18n guides (#45661) 2022-04-19 09:17:33 -07:00
i18n-optional-manage-marked-text.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
i18n-optional-manual-runtime-locale.md docs: fix link to unpkged locales (#46379) 2022-06-15 14:05:14 -07:00
i18n-optional-overview.md docs: remove link (#43979) 2021-10-29 15:46:32 -07:00
i18n-overview.md docs: add i18n video to the overview page (#46273) 2022-06-06 11:46:49 -07:00
image-directive-setup.md docs: move Image Directive guide link to the Feature Preview section (#47466) 2022-09-19 09:37:37 +02:00
image-directive.md feat(common): Add fill mode to NgOptimizedImage (#47738) 2022-10-12 15:56:56 +00:00
inputs-outputs.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
interpolation.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
language-service.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
lazy-loading-ngmodules.md docs: fix linter errors for lazy-loading-ngmodules.md (#47645) 2022-10-06 16:50:00 +00:00
libraries.md docs: fix linter errors for libraries.md (#47668) 2022-10-06 16:48:39 +00:00
lifecycle-hooks.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
lightweight-injection-tokens.md docs: fix linter errors for lightweight-injection-tokens.md (#47673) 2022-10-06 18:10:34 +00:00
localized-documentation.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
localizing-angular.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-dynamic-flag.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-injectable.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-legacy-message-id.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-localize.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
migration-module-with-providers.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
migration-renderer.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
migration-undecorated-classes.md docs: formatting issue (#47349) 2022-09-06 09:37:48 -07:00
migration-update-libraries-tslib.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
module-types.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
ngmodule-api.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
ngmodule-faq.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
ngmodule-vs-jsmodule.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
ngmodules.md docs: fix angularfire2 hyperlink (#46046) 2022-05-23 13:52:11 -07:00
npm-packages.md docs: fix &hellip; presented in aio code docs (#46123) 2022-05-25 11:30:30 -07:00
observables-in-angular.md docs: update links and TOC (#45897) 2022-05-16 16:07:34 -07:00
observables.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
pipe-template.md docs: new Pipes in templates doc (#45897) 2022-05-16 16:07:34 -07:00
pipes-custom-data-trans.md docs: new Pipes custom data doc (#45505) 2022-04-12 21:29:06 +00:00
pipes-overview.md docs: fix link to live example (#47011) 2022-08-01 14:20:36 -07:00
pipes-transform-data.md docs: Pipes transform data new doc (#45897) 2022-05-16 16:07:33 -07:00
pipes.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
practical-observable-usage.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
prerendering.md docs: fix linter errors in prerendering.md (#47724) 2022-10-11 15:59:24 +00:00
property-binding-best-practices.md docs: fix linter errors for property-binding-best-practices.md (#47686) 2022-10-11 21:19:18 +00:00
property-binding.md docs: fix linter errors for property-binding.md (#47687) 2022-10-11 21:18:45 +00:00
providers.md docs: clarify providers' injection in lazy loaded modules (#47094) 2022-08-10 10:45:03 -07:00
reactive-forms.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
releases.md docs: add v15 scheduled release dates (#47513) 2022-09-23 14:00:04 -07:00
reusable-animations.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
reviewing-content.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
roadmap.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
route-animations.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
router-reference.md docs: update references to HeroListComponent (#46647) 2022-07-11 22:32:35 +00:00
router-tutorial-toh.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
router-tutorial.md feat(router): add ariaCurrentWhenActive input to RouterLinkActive directive (#45167) 2022-04-20 15:14:01 -07:00
router.md docs: add missing link to canMatch guard (#47602) 2022-10-03 08:47:27 -07:00
routing-overview.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
routing-with-urlmatcher.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
rx-library.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
schematics-authoring.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
schematics-for-libraries.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
schematics.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
security.md docs: fix linter errors for security.md (#47688) 2022-10-11 22:05:43 +00:00
service-worker-communications.md docs(service-worker): improve docs related to SwUpdate APIs (#46960) 2022-09-06 09:11:57 -07:00
service-worker-config.md fix(service-worker): only consider GET requests as navigation requests (#47263) 2022-09-06 10:02:10 -07:00
service-worker-devops.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
service-worker-getting-started.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
service-worker-intro.md docs: link fix from google.developers to web.dev (#46768) 2022-07-11 18:14:59 +00:00
service-worker-notifications.md docs(service-worker): remove duplication when describing notificationclick operations (#46912) 2022-08-01 09:51:56 -07:00
setup-local.md fix(docs-infra): correctly style the CLI version in code snippet (#46020) 2022-05-17 18:28:30 +00:00
sharing-ngmodules.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
singleton-services.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
standalone-components.md docs: declare Standalone APIs as stable (#47754) 2022-10-17 12:15:20 +02:00
static-query-migration.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
strict-mode.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
structural-directives.md docs: fix typo in guide/structural-directives page (#46961) 2022-08-01 09:29:40 -07:00
style-precedence.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
styleguide.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
svg-in-templates.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-expression-operators.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-overview.md docs: add template overview doc (#45897) 2022-05-16 16:07:34 -07:00
template-reference-variables.md docs: Understanding template variables updated (#45897) 2022-05-16 16:07:33 -07:00
template-statements.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-syntax.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
template-typecheck.md docs: fix typos in several guides (#46453) 2022-06-22 09:14:53 -07:00
test-debugging.md docs: correct debugging task step (#46832) 2022-07-13 22:55:20 +00:00
testing-attribute-directives.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-code-coverage.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-components-basics.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
testing-components-scenarios.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
testing-pipes.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-services.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
testing-utility-apis.md docs: add missing space (#46800) 2022-07-12 15:56:09 +00:00
testing.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
transition-and-triggers.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
two-way-binding.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
typed-forms.md docs: add link to YouTube video of Typed Forms (#47361) 2022-09-19 17:12:34 +02:00
typescript-configuration.md docs: updates es version based on issue #47335 (#47379) 2022-09-08 09:33:52 -07:00
understanding-angular-overview.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
understanding-template-expr-overview.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
universal.md docs: Fix several typos in the angular documentation (#45573) 2022-04-11 17:41:59 +00:00
update-to-latest-version.md docs: fix breaking change note in v14 (#46603) 2022-06-29 10:07:43 -07:00
updating-content-github-ui.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
updating-search-keywords.md docs: update of documentation contrib. guide (#47381) 2022-10-13 16:37:25 +00:00
updating.md build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
upgrade-performance.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
upgrade-setup.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
upgrade.md docs: add oxford commas and rephrase sentences (#47540) 2022-09-29 16:41:32 -07:00
user-input.md docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
using-libraries.md docs: improve markdown (#45325) 2022-04-08 19:36:30 +00:00
view-encapsulation.md docs: fix linter errors for view-encapsulation.md (#47772) 2022-10-17 12:11:52 +02:00
web-worker.md docs: fix linter errors for web-worker.md (#47766) 2022-10-17 12:13:40 +02:00
what-is-angular.md docs: fix linter errors for what-is-angular.md (#47708) 2022-10-11 23:07:09 +00:00
workspace-config.md docs: fix linter errors for workspace-config.md (#47709) 2022-10-11 21:59:00 +00:00
zone.md docs: fix linter errors for zone.md (#47707) 2022-10-17 12:14:44 +02:00