From e49771a5e068e98fe4fff5284e1283d17dc73a42 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Thu, 26 Jul 2018 09:11:03 +0300 Subject: [PATCH] (AngularCLI) Turned off the "showCircularDependencies" option --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 3c054356..de3c4a27 100644 --- a/angular.json +++ b/angular.json @@ -30,7 +30,8 @@ "styles": [ "src/styles.scss" ], - "scripts": [] + "scripts": [], + "showCircularDependencies": false }, "configurations": { "production": {