We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84a1e2c + d784923 commit 0a5c761Copy full SHA for 0a5c761
angular.json
@@ -25,10 +25,12 @@
25
],
26
"styles": [
27
"src/styles.css",
28
- "./node_modules/jexcel/dist/jexcel.css"
+ "./node_modules/jexcel/dist/jexcel.css",
29
+ "./node_modules/jsuites/dist/jsuites.css"
30
31
"scripts": [
- "./node_modules/jexcel/dist/jexcel.js"
32
+ "./node_modules/jexcel/dist/jexcel.js",
33
+ "./node_modules/jsuites/dist/jsuites.js"
34
]
35
},
36
"configurations": {
package.json
@@ -19,7 +19,7 @@
19
"@angular/platform-browser": "~9.1.0",
20
"@angular/platform-browser-dynamic": "~9.1.0",
21
"@angular/router": "~9.1.0",
22
- "jexcel": "^3.9.1",
+ "jexcel": "^4.2.0",
23
"rxjs": "~6.5.4",
24
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
0 commit comments