ng-gantt-scheduler
v1.0.0
Published
Angular Gantt Scheduler
Downloads
10
Readme
Angular Gantt Schedule
Unleash the power of dynamic scheduling with the Angular Gantt Schedule library. Our feature-rich and customizable Gantt chart component is designed to simplify project management and timeline visualization within Angular applications.
This library was generated with Angular CLI version 17.1.0.
Features
- Intuitive Gantt Chart: Visualize project timelines effortlessly with our interactive Gantt chart component.
- Customizable Styling: Tailor the appearance of the Gantt chart to match your application's design with easy-to-use customization options.
- Dynamic Data Binding: Seamlessly integrate with your Angular application, allowing real-time updates to project schedules.
Getting Started
Install the library via npm:
npm install ng-gantt-scheduler
Import the module in your Angular application:
import { NgGanttSchedulerComponent } from "ng-gantt-schedule"; @NgModule({ imports: [NgGanttSchedulerComponent], // ... }) export class YourModule {}
Start creating stunning Gantt charts in your templates:
<ng-gantt-schedule [tasks]="yourTasks" [viewMode]="viewMode"></ng-gantt-schedule>
Example
You can check an example on Stackblitz.
Help
To get more help on Angular Gantt Schedule contact us.