Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 1cd44e9

Browse files
authored
Update to Angular 18 (#335)
* chore(deps): update to angular 18 * chore(deps): update to angular material 18 * chore: use material standalone components
1 parent d64d093 commit 1cd44e9

24 files changed

+3216
-2892
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
🚧 This project is still WIP 🚧
44

55
## Goal
6+
67
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:
8+
79
- The simplier mental model with standalone components
810
- Build performance improvements with the `esbuild` builders
911
- Runtime performance improvements with the [NgOptimizedImage](https://angular.io/guide/image-directive)
1012
- Server Side Rendering with Angular Universal
1113
- Angular Signals
14+
15+
## Measure locally
16+
17+
- Build project using `npm build`
18+
- Serve files using `npx serve -l 4200 --single .\dist\angular-music\browser\`
19+
- Disable measuring build time in `scripts/measure.mjs`
20+
- Execute `scripts/measure.mjs`

0 commit comments

Comments
 (0)