Skip to content

Commit

Permalink
Update to Angular 18 (#335)
Browse files Browse the repository at this point in the history
* chore(deps): update to angular 18

* chore(deps): update to angular material 18

* chore: use material standalone components
  • Loading branch information
sonallux authored Dec 23, 2024
1 parent d64d093 commit 1cd44e9
Show file tree
Hide file tree
Showing 24 changed files with 3,216 additions and 2,892 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
🚧 This project is still WIP 🚧

## Goal

This repo contains a [Spotify Client](https://open.spotify.com) written in [Angular](https://angular.io) to showcase the features of the latest Angular versions:

- The simplier mental model with standalone components
- Build performance improvements with the `esbuild` builders
- Runtime performance improvements with the [NgOptimizedImage](https://angular.io/guide/image-directive)
- Server Side Rendering with Angular Universal
- Angular Signals

## Measure locally

- Build project using `npm build`
- Serve files using `npx serve -l 4200 --single .\dist\angular-music\browser\`
- Disable measuring build time in `scripts/measure.mjs`
- Execute `scripts/measure.mjs`
Loading

0 comments on commit 1cd44e9

Please sign in to comment.