diff --git a/aio/content/guide/setup-local.md b/aio/content/guide/setup-local.md index ed06cd7eca..4a49c8aa97 100644 --- a/aio/content/guide/setup-local.md +++ b/aio/content/guide/setup-local.md @@ -85,13 +85,6 @@ The Angular CLI installs the necessary Angular npm packages and other dependenci The CLI creates a new workspace and a simple Welcome app, ready to run. -
- -You also have the option to use Angular's strict mode, which can help you write better, more maintainable code. -For more information, see [Strict mode](/guide/strict-mode). - -
- {@a serve} ## Run the application