Skip to content

Commit 9a13af4

Browse files
committed
feat: support angular 19
close #41
1 parent 7392f78 commit 9a13af4

File tree

15 files changed

+3490
-3872
lines changed

15 files changed

+3490
-3872
lines changed

angular.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@
6262
"prefix": "app",
6363
"architect": {
6464
"build": {
65-
"builder": "@angular-devkit/build-angular:browser",
65+
"builder": "@angular-devkit/build-angular:application",
6666
"options": {
67-
"outputPath": "dist/ngx-multiple-dates-app",
67+
"outputPath": {
68+
"base": "dist/ngx-multiple-dates-app"
69+
},
6870
"index": "projects/ngx-multiple-dates-app/src/index.html",
69-
"main": "projects/ngx-multiple-dates-app/src/main.ts",
7071
"tsConfig": "projects/ngx-multiple-dates-app/tsconfig.app.json",
7172
"polyfills": [
7273
"zone.js"
@@ -84,7 +85,8 @@
8485
"styles": [
8586
"projects/ngx-multiple-dates-app/src/styles/styles.scss"
8687
],
87-
"scripts": [ ]
88+
"scripts": [],
89+
"browser": "projects/ngx-multiple-dates-app/src/main.ts"
8890
},
8991
"configurations": {
9092
"production": {
@@ -110,14 +112,10 @@
110112
"optimization": true,
111113
"sourceMap": false,
112114
"namedChunks": false,
113-
"extractLicenses": true,
114-
"vendorChunk": false,
115-
"buildOptimizer": true
115+
"extractLicenses": true
116116
},
117117
"development": {
118-
"buildOptimizer": false,
119118
"optimization": false,
120-
"vendorChunk": true,
121119
"extractLicenses": false,
122120
"sourceMap": true,
123121
"namedChunks": true

0 commit comments

Comments
 (0)