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:
parent
6b8baad940
commit
753fb06cef
|
@ -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.
|
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}
|
{@a serve}
|
||||||
|
|
||||||
## Run the application
|
## Run the application
|
||||||
|
|
Loading…
Reference in New Issue