Skip to content

Commit

Permalink
Merge pull request #144 from rosen-group/ng19
Browse files Browse the repository at this point in the history
Ng19
  • Loading branch information
MichaelKirchner authored Dec 9, 2024
2 parents de33fee + c3234ed commit 22e86be
Show file tree
Hide file tree
Showing 9 changed files with 3,036 additions and 2,233 deletions.
30 changes: 15 additions & 15 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "dist/ngx-onboarding-app"
"base": "dist/ngx-onboarding-app"
},
"index": "src/index.html",
"polyfills": [
"src/polyfills.ts"
"src/polyfills.ts"
],
"tsConfig": "src/tsconfig.app.json",
"assets": [
Expand All @@ -40,12 +40,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand All @@ -63,18 +63,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "ngx-onboarding-app:build"
"buildTarget": "ngx-onboarding-app:build"
},
"configurations": {
"production": {
"buildTarget": "ngx-onboarding-app:build:production"
"buildTarget": "ngx-onboarding-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ngx-onboarding-app:build"
"buildTarget": "ngx-onboarding-app:build"
}
},
"test": {
Expand Down Expand Up @@ -132,9 +132,9 @@
},
"configurations": {
"production": {
"project": "projects/ngx-onboarding/ng-package.prod.json"
, "tsConfig": "projects/ngx-onboarding/tsconfig.lib.prod.json"
}
"project": "projects/ngx-onboarding/ng-package.prod.json",
"tsConfig": "projects/ngx-onboarding/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand All @@ -149,6 +149,6 @@
}
},
"cli": {
"analytics": false
"analytics": false
}
}
Loading

0 comments on commit 22e86be

Please sign in to comment.