Skip to content

Commit 23f9899

Browse files
mattlewis92alexeagle
authored andcommitted
fix(@angular/cli): add analytics option to options schema
1 parent 81a5689 commit 23f9899

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"x-deprecated": true
6666
}
6767
}
68+
},
69+
"analytics": {
70+
"type": "boolean",
71+
"description": "Share anonymous usage data with the Angular Team at Google."
6872
}
6973
},
7074
"additionalProperties": false

0 commit comments

Comments
 (0)