NgxThemeStack Workspace ๐Ÿ—๏ธ

April 24, 2026 ยท View on GitHub

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.