From 209a18c6247881317c3ceca5fabf7e25073b77c6 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Mon, 2 Nov 2020 11:25:39 -0800 Subject: [PATCH] docs: remove bazel from deprecations doc (#39540) Bazel builder and schematics have already been deprecated and removed in v10, so there's no need to mention it in the index. PR Close #39540 --- aio/content/guide/deprecations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index ad9fa48125..dcd21b3989 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -36,7 +36,6 @@ v10 - v13 | Area | API or Feature | May be removed in | | ----------------------------- | --------------------------------------------------------------------------- | ----------------- | -| `@angular/bazel` | [`Bazel builder and schematics`](#bazelbuilder) | v10 | | `@angular/common` | [`ReflectiveInjector`](#reflectiveinjector) | v11 | | `@angular/common` | [`CurrencyPipe` - `DEFAULT_CURRENCY_CODE`](api/common/CurrencyPipe#currency-code-deprecation) | v11 | | `@angular/core` | [`DefaultIterableDiffer`](#core) | v11 |