This is the workspace (monorepo) for the ngx-theme-stack project. It contains the core library, installation schematics, and example/documentation applications.
projects/ngx-theme-stack/: The Angular library source code.projects/ngx-theme-stack/schematics/: Angular CLI schematics to automate installation (ng add).projects/demo-app/(Upcoming): Example application for testing and demonstrating library features.
- 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.