Skip to content

Commit

Permalink
chore: use material standalone components
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Nov 21, 2024
1 parent 38f8d92 commit 625c1d8
Show file tree
Hide file tree
Showing 11 changed files with 423 additions and 4,958 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 625c1d8

Please sign in to comment.