diff --git a/.vscode/settings.json b/.vscode/settings.json index d4d153b0..18e5a12c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { "typescript.tsdk": "./node_modules/typescript/lib", "tslint.enable": false, - "angular.enable-strict-mode-prompt": false } diff --git a/angular.json b/angular.json index 1069a260..d9a98ba4 100644 --- a/angular.json +++ b/angular.json @@ -182,8 +182,5 @@ "@schematics/angular:directive": { "prefix": "ngx" } - }, - "cli": { - "analytics": "6ceaf63a-1fd9-4b47-8f92-86ee6131896a" } }