Skip to content

Commit

Permalink
feat(ng17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jan 12, 2024
1 parent 6241f97 commit 0fcb9bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"projects/tests-app/src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"projects/tests-app/src/styles.scss"
"@angular/material/prebuilt-themes/indigo-pink.css",
"projects/tests-app/src/styles.scss"
],
"scripts": []
},
Expand Down Expand Up @@ -69,18 +69,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "tests-app:build:production"
"buildTarget": "tests-app:build:production"
},
"development": {
"browserTarget": "tests-app:build:development"
"buildTarget": "tests-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "tests-app:build"
"buildTarget": "tests-app:build"
}
}
}
Expand Down

0 comments on commit 0fcb9bf

Please sign in to comment.