Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 734 Bytes

Angular Music

🚧 This project is still WIP 🚧

Goal

This repo contains a Spotify Client written in Angular 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
  • 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