Browse Source

Disallow sending analytics data to Angular team

Florent 1 year ago
parent
commit
2c9c6e653e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      client/angular.json

+ 3 - 0
client/angular.json

@@ -330,5 +330,8 @@
     "@schematics/angular:directive": {
       "prefix": "my"
     }
+  },
+  "cli": {
+    "analytics": false
   }
 }