From 48294fa95307d4a42f8963e8fef5ee39149097f2 Mon Sep 17 00:00:00 2001 From: Alekevin12 <55928314+Alekevin12@users.noreply.github.com> Date: Fri, 3 May 2024 10:46:53 +0200 Subject: [PATCH] Fix(): Made ng2-charts-schematics a dependency of ng2-charts so it won't be removed by the build:prod (#1897) --- libs/ng2-charts/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ng2-charts/project.json b/libs/ng2-charts/project.json index 10c5bd20..eeaee1fc 100644 --- a/libs/ng2-charts/project.json +++ b/libs/ng2-charts/project.json @@ -35,5 +35,6 @@ "lintFilePatterns": ["{projectRoot}/**/*.ts", "{projectRoot}/**/*.html"] } } - } + }, + "implicitDependencies": ["ng2-charts-schematics"] }