From 713b43f94403019ce3b6110219de58390345dfcb Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 11 Mar 2021 09:56:53 +0100 Subject: [PATCH] docs: remove deprecated Angular CLI APIs that have been removed (#41174) With this change we remove deprecated Angular CLI APIs that have been removed in versions 12. PR Close #41174 --- aio/content/guide/deprecations.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 7ead16e1e5..17a7f38442 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -442,18 +442,9 @@ This section contains a complete list all of the currently deprecated CLI flags. | `extractCss` | v13 | No longer required to disable CSS extraction during development. | | `i18nFormat` | v12 | Format is now automatically detected. | | `i18nLocale` | v12 | New [localization option](/guide/i18n#localize-config) in version 9 and later. | -| `lazyModules` | v12 | Used with deprecated SystemJsNgModuleLoader. | | `hmrWarning` | v13 | No longer has an effect. | | `servePathDefaultWarning` | v13 | No longer has an effect. | -### @ngtools/webpack - -| API/Option | May be removed in | Notes | -| ------------------------------- | ----------------- |-------------------------------------------------------------------------------- | -| `discoverLazyRoutes` | v12 | Used with deprecated SystemJsNgModuleLoader. | -| `additionalLazyModules` | v12 | Used with deprecated SystemJsNgModuleLoader. | -| `additionalLazyModuleResources` | v12 | Used with deprecated SystemJsNgModuleLoader. | - ### @schematics/angular | API/Option | May be removed in | Notes |