From 025eca3a1c01ae8419406eca7fb3f321ac806ff5 Mon Sep 17 00:00:00 2001 From: Martin Volek Date: Thu, 7 Dec 2023 12:43:42 +0100 Subject: [PATCH] Update angular.json --- playground/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playground/angular.json b/playground/angular.json index 5417c27..caa0131 100644 --- a/playground/angular.json +++ b/playground/angular.json @@ -103,5 +103,8 @@ } } }, - "defaultProject": "playground" + "defaultProject": "playground", + "cli": { + "analytics": false + } }