Skip to content

Commit 2fb0198

Browse files
alan-agius4clydin
authored andcommitted
feat(@schematics/angular): add user-analytics to strict mode option
1 parent c5a1b21 commit 2fb0198

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/schematics/angular/application/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"strict": {
111111
"description": "Creates an application with stricter bundle budgets settings.",
112112
"type": "boolean",
113-
"default": false
113+
"default": false,
114+
"x-user-analytics": 7
114115
},
115116
"legacyBrowsers": {
116117
"type": "boolean",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
"strict": {
132132
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings.",
133133
"type": "boolean",
134-
"default": false
134+
"default": false,
135+
"x-user-analytics": 7
135136
},
136137
"legacyBrowsers": {
137138
"type": "boolean",

packages/schematics/angular/workspace/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"strict": {
3636
"description": "Creates a workspace with stricter type checking options.",
3737
"type": "boolean",
38-
"default": false
38+
"default": false,
39+
"x-user-analytics": 7
3940
},
4041
"packageManager": {
4142
"description": "The package manager used to install dependencies.",

0 commit comments

Comments
 (0)