Skip to content

Commit

Permalink
add view transition + angular update
Browse files Browse the repository at this point in the history
  • Loading branch information
JancoBH committed Mar 29, 2024
1 parent e3b85ff commit ac68c0d
Show file tree
Hide file tree
Showing 6 changed files with 4,422 additions and 6,287 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Go to Angular-Movies\src\environments and change ```environments.ts``` and ```en

## 🛠️ Built With

* <a href="https://angular.io/" target="_blank">Angular</a> 17.0.9 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 17.0.5 - The UI Component Library
* <a href="https://angular.io/" target="_blank">Angular</a> 17.3.1 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 17.3.1 - The UI Component Library

## 📦 Deployment

Expand Down
6 changes: 6 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
"src/**/*.html"
]
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {
"buildTarget": "test:build:production"
}
}
}
},
Expand Down
Loading

0 comments on commit ac68c0d

Please sign in to comment.