Skip to content

Commit b0a8b69

Browse files
josephperrottatscott
authored andcommitted
docs: update removed section in deprecations to reference v11 (angular#38762)
Updates the removed section in the deprecations guide to talk about APIs removed in v11 rather than the pervious versions. PR Close angular#38762
1 parent 93ee05d commit b0a8b69

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

aio/content/guide/deprecations.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,13 @@ This section contains a complete list all of the currently deprecated CLI flags.
481481
{@a removed}
482482
## Removed APIs
483483

484-
The following APIs have been removed starting with version 10.0.0*:
484+
The following APIs have been removed starting with version 11.0.0*:
485485

486486
| Package | API | Replacement | Notes |
487487
| ---------------- | -------------- | ----------- | ----- |
488-
| `@angular/core` | Undecorated base classes that use Angular features | Add Angular decorator | See [migration guide](guide/migration-undecorated-classes) for more info |
489-
| `@angular/core` | `ModuleWithProviders` without a generic | `ModuleWithProviders` with a generic | See [migration guide](guide/migration-module-with-providers) for more info |
490-
| `@angular/core` | Style Sanitization | no action needed | See [style sanitization API removal](#style-sanitization) for more info
488+
| `@angular/router` | `preserveQueryParams` | [`queryParamsHandling`](api/router/UrlCreationOptions#queryParamsHandling) | |
491489

492-
*To see APIs removed in version 9, check out this guide on the [version 9 docs site](https://v9.angular.io/guide/deprecations#removed).
490+
*To see APIs removed in version 10, check out this guide on the [version 10 docs site](https://v10.angular.io/guide/deprecations#removed).
493491

494492

495493
{@a esm5-fesm5}

0 commit comments

Comments
 (0)