From 0fc6ed3c4afe875dac379b347c6e46c12c874a62 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Fri, 1 May 2020 15:57:37 -0700 Subject: [PATCH] docs: update likely deprecation version in deprecation guide (#36891) The index of the deprecation guide contains a list of deprecated APIs and when they can be removed. This commit updates the likely removal version for APIs that were previously listed as v10, as we are not removing them in this version. PR Close #36891 --- aio/content/guide/deprecations.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index fdd25ef783..b4c0002d88 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -35,24 +35,24 @@ v9 - v12 | Area | API or Feature | May be removed in | | ----------------------------- | --------------------------------------------------------------------------- | ----------------- | -| `@angular/common` | [`ReflectiveInjector`](#reflectiveinjector) | v10 | +| `@angular/common` | [`ReflectiveInjector`](#reflectiveinjector) | v11 | | `@angular/common` | [`CurrencyPipe` - `DEFAULT_CURRENCY_CODE`](api/common/CurrencyPipe#currency-code-deprecation) | v11 | -| `@angular/core` | [`CollectionChangeRecord`](#core) | v10 | -| `@angular/core` | [`DefaultIterableDiffer`](#core) | v10 | -| `@angular/core` | [`ReflectiveKey`](#core) | v10 | -| `@angular/core` | [`RenderComponentType`](#core) | v10 | -| `@angular/core` | [`ViewEncapsulation.Native`](#core) | v10 | +| `@angular/core` | [`CollectionChangeRecord`](#core) | v11 | +| `@angular/core` | [`DefaultIterableDiffer`](#core) | v11 | +| `@angular/core` | [`ReflectiveKey`](#core) | v11 | +| `@angular/core` | [`RenderComponentType`](#core) | v11 | +| `@angular/core` | [`ViewEncapsulation.Native`](#core) | v11 | | `@angular/core` | [`ModuleWithProviders` without a generic](#moduleWithProviders) | v10 | | `@angular/core` | [Undecorated base classes that use Angular features](#undecorated-base-classes) | v10 | -| `@angular/forms` | [`ngModel` with reactive forms](#ngmodel-reactive) | v10 | -| `@angular/router` | [`preserveQueryParams`](#router) | v10 | -| `@angular/upgrade` | [`@angular/upgrade`](#upgrade) | v10 | -| `@angular/upgrade` | [`getAngularLib`](#upgrade-static) | v10 | -| `@angular/upgrade` | [`setAngularLib`](#upgrade-static) | v10 | -| `@angular/platform-webworker` | [All entry points](api/platform-webworker) | v10 | -| template syntax | [`](#template-tag) | v10 | -| polyfills | [reflect-metadata](#reflect-metadata) | v10 | -| npm package format | [`esm5` and `fesm5` entry-points in @angular/* npm packages](guide/deprecations#esm5-fesm5) | v10 | +| `@angular/forms` | [`ngModel` with reactive forms](#ngmodel-reactive) | v11 | +| `@angular/router` | [`preserveQueryParams`](#router) | v11 | +| `@angular/upgrade` | [`@angular/upgrade`](#upgrade) | v11 | +| `@angular/upgrade` | [`getAngularLib`](#upgrade-static) | v11 | +| `@angular/upgrade` | [`setAngularLib`](#upgrade-static) | v11 | +| `@angular/platform-webworker` | [All entry points](api/platform-webworker) | v11 | +| template syntax | [`](#template-tag) | v11 | +| polyfills | [reflect-metadata](#reflect-metadata) | v11 | +| npm package format | [`esm5` and `fesm5` entry-points in @angular/* npm packages](guide/deprecations#esm5-fesm5) | v11 | | `@angular/core` | [`defineInjectable`](#core) | v11 | | `@angular/core` | [`entryComponents`](api/core/NgModule#entryComponents) | v11 | | `@angular/core` | [`ANALYZE_FOR_ENTRY_COMPONENTS`](api/core/ANALYZE_FOR_ENTRY_COMPONENTS) | v11 |