Skip to content

Commit

Permalink
Merge pull request #68 from asoftwareworld/5.1.1
Browse files Browse the repository at this point in the history
5.1.1
  • Loading branch information
asoftwareworld authored Nov 9, 2024
2 parents cf27e7e + 119ebcc commit 5038087
Show file tree
Hide file tree
Showing 72 changed files with 10,326 additions and 9,367 deletions.
10 changes: 6 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"outputPath": "docs",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -85,18 +87,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "asw-form-builder:build:production"
"buildTarget": "asw-form-builder:build:production"
},
"development": {
"browserTarget": "asw-form-builder:build:development"
"buildTarget": "asw-form-builder:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "asw-form-builder:build"
"buildTarget": "asw-form-builder:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 5038087

Please sign in to comment.