UNPKG

angular-gantt-chart

Version:

This library can be used in Angular 2 application for creating responsive gantt chart. The chart component consists of inline SVG. The component accepts input data from child component using input decorator of Angular 2.

7 lines (6 loc) 220 B
import { ModuleWithProviders } from '@angular/core'; export * from './src/gantt-chart.component'; export * from './src/truncate.pipe'; export declare class GanttChart { static forRoot(): ModuleWithProviders; }