ngx-resource-scheduler Workspace

December 30, 2025 ยท View on GitHub

This repository is an Angular workspace containing the library and a demo application.

๐Ÿ“ Project Structure

projects/

  • ngx-resource-scheduler (library source code)
  • demo (demo application used to test the library)

projects/ngx-resource-scheduler

The ngx-resource-scheduler Angular library.

  • Contains the library source, public API, and build configuration
  • Built and packaged for publishing to npm
  • This is the code that consumers install and use

๐Ÿ‘‰ Library documentation and usage examples:

projects/ngx-resource-scheduler/README.md

projects/demo

A demo Angular application used to:

  • Develop and test the library locally
  • Validate features and behavior during development
  • Serve as a usage reference

The demo app consumes the library directly from the workspace (not via npm).

๐Ÿš€ Development

Install dependencies: npm install

Build the library: ng build ngx-resource-scheduler

Run the demo app: ng serve demo

Screenshots

imagem \

Or with custom styles:

imagem

Live example

Test it here.