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
This commit is contained in:
Alan Agius 2021-05-05 16:11:28 +02:00 committed by Misko Hevery
parent 6b8baad940
commit 753fb06cef
1 changed files with 0 additions and 7 deletions

View File

@ -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.
<div class="alert is-helpful">
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).
</div>
{@a serve}
## Run the application