https://github.com/rmpt/ngx-resource-scheduler
A lightweight, flexible resource scheduler for Angular.
https://github.com/rmpt/ngx-resource-scheduler
Last synced: 5 months ago
JSON representation
A lightweight, flexible resource scheduler for Angular.
- Host: GitHub
- URL: https://github.com/rmpt/ngx-resource-scheduler
- Owner: rmpt
- License: mit
- Created: 2025-12-23T13:47:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T22:28:25.000Z (6 months ago)
- Last Synced: 2025-12-25T03:41:10.265Z (6 months ago)
- Language: TypeScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-resource-scheduler - A lightweight, flexible resource scheduler for Angular. (Third Party Components / Calendars)
- fucking-awesome-angular - ngx-resource-scheduler - A lightweight, flexible resource scheduler for Angular. (Third Party Components / Calendars)
README
# ngx-resource-scheduler Workspace
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/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
\
Or with custom styles:

## Live example
Test it [here](https://stackblitz.com/edit/ngx-resource-scheduler?file=src%2Fapp.component.html).