Skip to content

Commit

Permalink
update angular version to current LTS 17
Browse files Browse the repository at this point in the history
therefore, bootstrap changed too,
and one necessary change is to add link-primary to the card tilte to still show hovering behaviour and color of the title as link
  • Loading branch information
Gryxis committed Oct 30, 2024
1 parent 57687fa commit c7ba89c
Show file tree
Hide file tree
Showing 4 changed files with 3,627 additions and 3,773 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "portfolio:build:production"
"buildTarget": "portfolio:build:production"
},
"development": {
"browserTarget": "portfolio:build:development"
"buildTarget": "portfolio:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "portfolio:build"
"buildTarget": "portfolio:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit c7ba89c

Please sign in to comment.