Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSimcoe committed Jul 12, 2024
1 parent 132187f commit e2a04d9
Show file tree
Hide file tree
Showing 35 changed files with 3,268 additions and 2,857 deletions.
11 changes: 8 additions & 3 deletions application/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -65,18 +66,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular:build:production"
"buildTarget": "angular:build:production"
},
"development": {
"browserTarget": "angular:build:development"
"buildTarget": "angular:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular:build"
"buildTarget": "angular:build"
}
},
"test": {
Expand All @@ -93,12 +94,16 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
}
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit e2a04d9

Please sign in to comment.