Browse Source

add: `ng-zorro-antd-tree` bundle for lepton-x theme changes

pull/20739/head
sumeyyeKurtulus 2 years ago
parent
commit
4ec032ecb0
  1. 5
      npm/ng-packs/packages/schematics/src/commands/change-theme/style-map.ts

5
npm/ng-packs/packages/schematics/src/commands/change-theme/style-map.ts

@ -196,6 +196,11 @@ styleMap.set(ThemeOptionsEnum.LeptonX, [
inject: true,
bundleName: 'bootstrap-icons',
},
{
input: 'node_modules/ng-zorro-antd/tree/style/index.min.css',
inject: false,
bundleName: 'ng-zorro-antd-tree',
},
]);
styleMap.set(ThemeOptionsEnum.LeptonXLite, [
{

Loading…
Cancel
Save