Skip to content

Commit 43d924d

Browse files
authored
angular 16 upgrade with prettier formate and build run complete (#11)
1 parent 888266c commit 43d924d

48 files changed

Lines changed: 4008 additions & 3418 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"allowedCommonJsDependencies": [
21+
"apexcharts"
22+
],
2023
"outputPath": "dist",
2124
"index": "src/index.html",
2225
"main": "src/main.ts",
@@ -26,12 +29,10 @@
2629
"assets": ["src/favicon.ico", "src/assets", "src/fake-data"],
2730
"styles": [
2831
"node_modules/bootstrap/scss/bootstrap.scss",
29-
"src/styles.scss",
30-
"node_modules/morris.js/morris.css"
32+
"src/styles.scss"
3133
],
3234
"scripts": [
33-
"node_modules/jquery/dist/jquery.js",
34-
"node_modules/raphael/raphael.js"
35+
"node_modules/apexcharts/dist/apexcharts.min.js"
3536
]
3637
},
3738
"configurations": {

0 commit comments

Comments
 (0)