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
This commit is contained in:
Joey Perrott 2020-10-14 08:55:45 -07:00 committed by atscott
parent 93ee05d92a
commit b0a8b69ae8
1 changed files with 3 additions and 5 deletions

View File

@ -481,15 +481,13 @@ This section contains a complete list all of the currently deprecated CLI flags.
{@a removed} {@a removed}
## Removed APIs ## 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 | | 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/router` | `preserveQueryParams` | [`queryParamsHandling`](api/router/UrlCreationOptions#queryParamsHandling) | |
| `@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
*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} {@a esm5-fesm5}