We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UA-00000-0
tracking
1 parent 086cdac commit f7d6a48Copy full SHA for f7d6a48
packages/angular/cli/lib/config/workspace-schema.json
@@ -69,7 +69,7 @@
69
"tracking": {
70
"description": "Analytics sharing info tracking ID.",
71
"type": "string",
72
- "pattern": "^GA-\\d+-\\d+$"
+ "pattern": "^(GA|UA)?-\\d+-\\d+$"
73
},
74
"uuid": {
75
"description": "Analytics sharing info universally unique identifier.",
0 commit comments