From 06fbb2dac985fca6ccdb094aa4a964c1d6480ca6 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Thu, 14 Sep 2023 17:16:55 -0400 Subject: [PATCH] Fixed missing font-bundle error --- apps/angular/angular.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/angular/angular.json b/apps/angular/angular.json index e34ce149..9424cd11 100644 --- a/apps/angular/angular.json +++ b/apps/angular/angular.json @@ -69,6 +69,11 @@ "input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.css", "inject": false, "bundleName": "abp-bundle" + }, + { + "input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css", + "inject": false, + "bundleName": "abp-bundle.rtl" }, { "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.rtl.css", @@ -81,14 +86,14 @@ "bundleName": "ng-bundle.rtl" }, { - "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/side-menu/layout-bundle.rtl.css", + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css", "inject": false, - "bundleName": "layout-bundle.rtl" + "bundleName": "font-bundle.rtl" }, { - "input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css", + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css", "inject": false, - "bundleName": "abp-bundle.rtl" + "bundleName": "font-bundle" }, "node_modules/bootstrap-icons/font/bootstrap-icons.css",