Skip to content

Commit

Permalink
feat(angular): v19 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevanMahesha authored Nov 21, 2024
1 parent 93dd1ac commit 3d54fa1
Show file tree
Hide file tree
Showing 5 changed files with 2,770 additions and 7,509 deletions.
4 changes: 2 additions & 2 deletions angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"demo": {
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"configurations": {
"development": {
"extractLicenses": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"development": {
"buildTarget": "demo:build:development"
Expand Down
Loading

0 comments on commit 3d54fa1

Please sign in to comment.