From 53e2ab0f5c011076941ab87a3a4ffbe8ff8ad52d Mon Sep 17 00:00:00 2001
From: Cyrille Tuzi
Date: Fri, 27 Apr 2018 21:30:53 +0200
Subject: [PATCH] docs(@angular/cli): add strict option for ng new
---
docs/documentation/new.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/documentation/new.md b/docs/documentation/new.md
index 2dedb230af07..e83e4c8f03ac 100644
--- a/docs/documentation/new.md
+++ b/docs/documentation/new.md
@@ -137,6 +137,16 @@ Default applications are created in a directory of the same name, with an initia
+
+ strict
+
+ --strict
default value: false
+
+
+ Configure TypeScript in strict mode.
+
+
+
style