From 3b7d46091f2a463d96759cab2fcccef982cd1c6a Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Mon, 12 Dec 2022 16:11:55 +0300 Subject: [PATCH] Add font-bundle on angular.json --- templates/app-nolayers/angular/angular.json | 10 ++++++++++ templates/app/angular/angular.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/templates/app-nolayers/angular/angular.json b/templates/app-nolayers/angular/angular.json index fcff2ac485..8eae8c921e 100644 --- a/templates/app-nolayers/angular/angular.json +++ b/templates/app-nolayers/angular/angular.json @@ -80,6 +80,16 @@ "inject": false, "bundleName": "bootstrap-dim.rtl" }, + { + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css", + "inject": false, + "bundleName": "font-bundle" + }, + { + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css", + "inject": false, + "bundleName": "font-bundle.rtl" + }, { "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/ng-bundle.rtl.css", "inject": false, diff --git a/templates/app/angular/angular.json b/templates/app/angular/angular.json index fcff2ac485..8eae8c921e 100644 --- a/templates/app/angular/angular.json +++ b/templates/app/angular/angular.json @@ -80,6 +80,16 @@ "inject": false, "bundleName": "bootstrap-dim.rtl" }, + { + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css", + "inject": false, + "bundleName": "font-bundle" + }, + { + "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css", + "inject": false, + "bundleName": "font-bundle.rtl" + }, { "input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/ng-bundle.rtl.css", "inject": false,