Skip to content

Commit cf55bc0

Browse files
Angular: Update exceljs install config. (DevExpress#8140) (DevExpress#8145)
1 parent dbde6c0 commit cf55bc0

File tree

4 files changed

+0
-62
lines changed

4 files changed

+0
-62
lines changed

api-reference/10 UI Components/dxPivotGrid/1 Configuration/export/export.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ The following instructions show how to enable and configure client-side export:
3434
<!-- tab: Installation command -->
3535
npm install --save devextreme-exceljs-fork file-saver
3636

37-
<!-- tab: tsconfig.app.json -->
38-
{
39-
"compilerOptions": {
40-
// ...
41-
"paths": {
42-
// ...
43-
"devextreme-exceljs-fork": [
44-
"./node_modules/devextreme-exceljs-fork/index.d.ts",
45-
"./node_modules/devextreme-exceljs-fork/dist/dx-exceljs-fork.min.js",
46-
]
47-
}
48-
}
49-
}
50-
5137
##### Vue
5238

5339
npm install --save devextreme-exceljs-fork file-saver

concepts/05 UI Components/DataGrid/00 Getting Started with DataGrid/80 Export Data.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ When users click "Export all data to PDF", **pdfExporter**.[exportDataGrid(optio
7474
npm install --save devextreme-exceljs-fork file-saver
7575
npm install jspdf
7676

77-
<!-- tab: tsconfig.app.json -->
78-
{
79-
// ...
80-
"compilerOptions": {
81-
// ...
82-
"paths": {
83-
// ...
84-
"devextreme-exceljs-fork": [
85-
"./node_modules/devextreme-exceljs-fork/index.d.ts",
86-
"./node_modules/devextreme-exceljs-fork/dist/dx-exceljs-fork.min.js",
87-
]
88-
}
89-
},
90-
// ...
91-
}
92-
9377
<!-- tab: app.component.html -->
9478
<dx-data-grid ...
9579
(onExporting)="exportGrid($event)">

concepts/05 UI Components/PivotGrid/090 Export/05 Install Dependencies.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ To export PivotGrid data to Excel, you first need to install the following third
2424
<!-- tab: Installation command -->
2525
npm install --save devextreme-exceljs-fork file-saver
2626

27-
<!-- tab: tsconfig.app.json -->
28-
{
29-
// ...
30-
"compilerOptions": {
31-
// ...
32-
"paths": {
33-
// ...
34-
"devextreme-exceljs-fork": [
35-
"./node_modules/devextreme-exceljs-fork/index.d.ts",
36-
"./node_modules/devextreme-exceljs-fork/dist/dx-exceljs-fork.min.js",
37-
]
38-
}
39-
},
40-
// ...
41-
}
42-
4327
##### Vue
4428

4529
<!-- tab: Installation command -->

includes/tutorials-export-data-to-excel.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,6 @@ You can call this method at any point in your application. The following code ca
5151
<!-- tab: Installation command -->
5252
npm install --save devextreme-exceljs-fork file-saver
5353

54-
<!-- tab: tsconfig.app.json -->
55-
{
56-
// ...
57-
"compilerOptions": {
58-
// ...
59-
"paths": {
60-
// ...
61-
"devextreme-exceljs-fork": [
62-
"./node_modules/devextreme-exceljs-fork/index.d.ts",
63-
"./node_modules/devextreme-exceljs-fork/dist/dx-exceljs-fork.min.js",
64-
]
65-
}
66-
},
67-
// ...
68-
}
69-
7054
<!-- tab: app.component.html -->
7155
<dx-{widget-name} ...
7256
(onExporting)="exportGrid($event)">

0 commit comments

Comments
 (0)