Skip to content

Commit 811966a

Browse files
alan-agius4clydin
authored andcommitted
docs: improve strict option description
1 parent dea7431 commit 811966a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/schematics/angular/ng-new/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
"x-user-analytics": 14
130130
},
131131
"strict": {
132-
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings.",
133-
"x-prompt": "Create a workspace with stricter type checking and stricter bundle budgets settings? [https://angular.io/guide/strict-mode]",
132+
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/guide/strict-mode",
133+
"x-prompt": "Do you want to enforce stricter type checking and stricter bundle budgets in the workspace?\n This setting helps improve maintainability and catch bugs ahead of time.\n For more information, see https://angular.io/guide/strict-mode",
134134
"type": "boolean",
135135
"default": false,
136136
"x-user-analytics": 7

packages/schematics/angular/workspace/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"x-user-analytics": 14
3434
},
3535
"strict": {
36-
"description": "Creates a workspace with stricter type checking options.",
36+
"description": "Creates a workspace with stricter type checking options. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/guide/strict-mode",
3737
"type": "boolean",
3838
"default": false,
3939
"x-user-analytics": 7

0 commit comments

Comments
 (0)