diff --git a/angular.json b/angular.json index 5e5ff353026d4a9aca7c5a35222d062e3c4da1c2..5242f68a476564fd129922e6e3cda5ce3061fb33 100644 --- a/angular.json +++ b/angular.json @@ -22,9 +22,21 @@ "src/locale", "src/favicon.ico", "src/.htaccess", - { "glob": "**/*.json", "input": "src/", "output": "/" }, - { "glob": "**/*.md", "input": "src/", "output": "/" }, - { "glob": "**/*.png", "input": "src/", "output": "/" } + { + "glob": "**/*.json", + "input": "src/", + "output": "/" + }, + { + "glob": "**/*.md", + "input": "src/", + "output": "/" + }, + { + "glob": "**/*.png", + "input": "src/", + "output": "/" + } ], "styles": [ "src/styles.scss", @@ -156,5 +168,8 @@ "@schematics/angular:directive": { "prefix": "app" } + }, + "cli": { + "analytics": false } } \ No newline at end of file