Skip to content

Commit

Permalink
Feat-gauge-refactoring (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
godind authored Apr 29, 2024
1 parent 0021c88 commit 782134b
Show file tree
Hide file tree
Showing 32 changed files with 1,595 additions and 1,258 deletions.
33 changes: 33 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,39 @@
}
}
}
},
"gaugeScales": {
"projectType": "library",
"root": "projects/gauge-scales",
"sourceRoot": "projects/gauge-scales/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/gauge-scales/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/gauge-scales/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/gauge-scales/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"tsConfig": "projects/gauge-scales/tsconfig.spec.json",
"polyfills": [
"zone.js",
"zone.js/testing"
]
}
}
}
}
},
"schematics": {
Expand Down
Loading

0 comments on commit 782134b

Please sign in to comment.