Browse Source
Merge pull request #15080 from abpframework/add-font-bundle-on-angular.json
Add font-bundle on angular.json
pull/15082/head
Muhammed Altuğ
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
20 additions and
0 deletions
-
templates/app-nolayers/angular/angular.json
-
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, |
|
|
|
|
|
|
|
@ -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, |
|
|
|
|