Skip to content

Commit

Permalink
feat(@schematics/angular): add user-analytics to strict mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Oct 7, 2020
1 parent c5a1b21 commit 2fb0198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/schematics/angular/application/schema.json
Expand Up @@ -110,7 +110,8 @@
"strict": {
"description": "Creates an application with stricter bundle budgets settings.",
"type": "boolean",
"default": false
"default": false,
"x-user-analytics": 7
},
"legacyBrowsers": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion packages/schematics/angular/ng-new/schema.json
Expand Up @@ -131,7 +131,8 @@
"strict": {
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings.",
"type": "boolean",
"default": false
"default": false,
"x-user-analytics": 7
},
"legacyBrowsers": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion packages/schematics/angular/workspace/schema.json
Expand Up @@ -35,7 +35,8 @@
"strict": {
"description": "Creates a workspace with stricter type checking options.",
"type": "boolean",
"default": false
"default": false,
"x-user-analytics": 7
},
"packageManager": {
"description": "The package manager used to install dependencies.",
Expand Down

0 comments on commit 2fb0198

Please sign in to comment.