1.0.0 • Published 1 year ago

ng-gantt-scheduler v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Angular Gantt Schedule

preview

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

  1. Install the library via npm:

    npm install ng-gantt-scheduler
  2. Import the module in your Angular application:

    import { NgGanttSchedulerComponent } from "ng-gantt-schedule";
    
    @NgModule({
      imports: [NgGanttSchedulerComponent],
      // ...
    })
    export class YourModule {}
  3. 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.

1.0.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago