From 489231b88f957467caa4946a84cb26f67ca16f1c Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Mon, 3 Nov 2025 13:50:16 +0100 Subject: [PATCH] Start project --- first-app_01-hello-world/angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/first-app_01-hello-world/angular.json b/first-app_01-hello-world/angular.json index e541511..0c5fdde 100644 --- a/first-app_01-hello-world/angular.json +++ b/first-app_01-hello-world/angular.json @@ -95,5 +95,8 @@ } } } + }, + "cli": { + "analytics": "888ba7b0-e8e7-4e6a-a3b4-4e0280be3710" } }