Skip to content

Commit a993e91

Browse files
authored
Add JSuites to the Angular.json file
Without adding JSuites Calendar widget doesn't render properly.
1 parent 84a1e2c commit a993e91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

angular.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
],
2626
"styles": [
2727
"src/styles.css",
28-
"./node_modules/jexcel/dist/jexcel.css"
28+
"./node_modules/jexcel/dist/jexcel.css",
29+
"./node_modules/jsuites/dist/jsuites.css"
2930
],
3031
"scripts": [
31-
"./node_modules/jexcel/dist/jexcel.js"
32+
"./node_modules/jexcel/dist/jexcel.js",
33+
"./node_modules/jsuites/dist/jsuites.js"
3234
]
3335
},
3436
"configurations": {

0 commit comments

Comments
 (0)