Skip to content

Commit

Permalink
Merge pull request #550 from webcat12345/angular-17
Browse files Browse the repository at this point in the history
feat!(dependencies): Upgrade to Angular 17
  • Loading branch information
cmckni3 authored Feb 24, 2025
2 parents eb7390d + 4a17c57 commit 1901b62
Show file tree
Hide file tree
Showing 4 changed files with 6,122 additions and 8,591 deletions.
7 changes: 4 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"src/styles.css"
],
"scripts": [],
"allowedCommonJsDependencies": ["google-libphonenumber"],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down Expand Up @@ -64,18 +65,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-intl-tel-input-app:build"
"buildTarget": "ngx-intl-tel-input-app:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-intl-tel-input-app:build:production"
"buildTarget": "ngx-intl-tel-input-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-intl-tel-input-app:build"
"buildTarget": "ngx-intl-tel-input-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 1901b62

Please sign in to comment.