Project Awesome project awesome

Styling > ngx-theme-stack

Modern, SSR-safe Angular library for managing dark mode, light mode, and custom themes via Angular Signals.

Package 2 stars GitHub

NgxThemeStack Workspace 🏗️

This is the workspace (monorepo) for the ngx-theme-stack project. It contains the core library, installation schematics, and example/documentation applications.

📁 Project Structure

  • projects/ngx-theme-stack/: The Angular library source code.
  • projects/ngx-theme-stack/schematics/: Angular CLI schematics to automate installation (ng add).
  • projects/demo-ngx-theme-stack/: Official demonstration app showcasing Zero-Flash themes and signals.

🚀 Quick Commands

  • Build library: pnpm build:lib
  • Run tests: pnpm test
  • Start demo app: pnpm start

For technical details on how to use the library in your own project, please refer to the Library README.

Back to Angular