From b0a8b69ae8b32251084f451fb579d84a6cd8ad27 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 14 Oct 2020 08:55:45 -0700 Subject: [PATCH] docs: update removed section in deprecations to reference v11 (#38762) Updates the removed section in the deprecations guide to talk about APIs removed in v11 rather than the pervious versions. PR Close #38762 --- aio/content/guide/deprecations.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index c8ccb0d826..2a2c04d720 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -481,15 +481,13 @@ This section contains a complete list all of the currently deprecated CLI flags. {@a removed} ## Removed APIs -The following APIs have been removed starting with version 10.0.0*: +The following APIs have been removed starting with version 11.0.0*: | Package | API | Replacement | Notes | | ---------------- | -------------- | ----------- | ----- | -| `@angular/core` | Undecorated base classes that use Angular features | Add Angular decorator | See [migration guide](guide/migration-undecorated-classes) for more info | -| `@angular/core` | `ModuleWithProviders` without a generic | `ModuleWithProviders` with a generic | See [migration guide](guide/migration-module-with-providers) for more info | -| `@angular/core` | Style Sanitization | no action needed | See [style sanitization API removal](#style-sanitization) for more info +| `@angular/router` | `preserveQueryParams` | [`queryParamsHandling`](api/router/UrlCreationOptions#queryParamsHandling) | | -*To see APIs removed in version 9, check out this guide on the [version 9 docs site](https://v9.angular.io/guide/deprecations#removed). +*To see APIs removed in version 10, check out this guide on the [version 10 docs site](https://v10.angular.io/guide/deprecations#removed). {@a esm5-fesm5}