From ffc79a28dc511e06e334160ca024c011184870f6 Mon Sep 17 00:00:00 2001 From: Borgia Leiva Date: Wed, 11 Feb 2026 10:42:21 +0100 Subject: [PATCH] Forced angular analytics off --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index c2ea487..bb302b7 100644 --- a/angular.json +++ b/angular.json @@ -2,7 +2,8 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { - "packageManager": "npm" + "packageManager": "npm", + "analytics": false }, "newProjectRoot": "projects", "projects": {