From 741c295129a6e3fa2765503a032bfd95769293e2 Mon Sep 17 00:00:00 2001 From: iRealNirmal Date: Mon, 3 May 2021 13:38:35 +0530 Subject: [PATCH] docs: update file structure document (#41923) Since angular 11 extra package.json isn't generated and with version 12 strict mode is opt out bases. Updated document to reflect the state Closes #40841. PR Close #41923 --- aio/content/guide/file-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index b8188cf9a8..124f6c6b03 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -79,7 +79,7 @@ Files at the top level of `src/` support testing and running your application. S
-If you create an application using Angular's strict mode, you will also have an additional `package.json` file in the `src/app` directory. For more information, see [Strict mode](/guide/strict-mode). +New Angular projects use strict mode by default. If this is not desired you can opt-out when creating the project. For more information, see [Strict mode](/guide/strict-mode).