From 753fb06cefc67d5fdc869b3a381f1ee1fd614ca3 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 5 May 2021 16:11:28 +0200 Subject: [PATCH] docs: remove reference to strict mode in local setup (#41952) This is turned on by default in version 12 and prompt has been removed. PR Close #41952 --- aio/content/guide/setup-local.md | 7 ------- 1 file changed, 7 deletions(-) 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