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 |