From 2c9c6e653e896b9815b360bd566a657999fffb31 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 4 Aug 2022 09:27:23 +0200 Subject: [PATCH] Disallow sending analytics data to Angular team --- client/angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/angular.json b/client/angular.json index 47f7ab7dd..a7dbe1cad 100644 --- a/client/angular.json +++ b/client/angular.json @@ -330,5 +330,8 @@ "@schematics/angular:directive": { "prefix": "my" } + }, + "cli": { + "analytics": false } }