Skip to content

Commit

Permalink
Merge pull request #27 from dkreider/ng-18
Browse files Browse the repository at this point in the history
Upgrade to Angular 18
  • Loading branch information
dkreider authored May 27, 2024
2 parents 7b54725 + 2b30d2e commit 2220dd6
Show file tree
Hide file tree
Showing 5 changed files with 7,234 additions and 6,890 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-loading-buttons-playground",
"outputPath": {
"base": "dist/ngx-loading-buttons-playground"
},
"index": "projects/ngx-loading-buttons-playground/src/index.html",
"main": "projects/ngx-loading-buttons-playground/src/main.ts",
"polyfills": "projects/ngx-loading-buttons-playground/src/polyfills.ts",
"polyfills": [
"projects/ngx-loading-buttons-playground/src/polyfills.ts"
],
"tsConfig": "projects/ngx-loading-buttons-playground/tsconfig.app.json",
"assets": [
"projects/ngx-loading-buttons-playground/src/favicon.ico",
Expand All @@ -61,7 +64,8 @@
"projects/ngx-loading-buttons-playground/src/styles.css",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-loading-buttons-playground/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -86,9 +90,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 2220dd6

Please sign in to comment.