UNPKG

@syncfusion/ej2-angular-kanban

Version:

The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular

14 lines (13 loc) 824 B
import * as i0 from "@angular/core"; import * as i1 from "./kanban.component"; import * as i2 from "./columns.directive"; import * as i3 from "./stackedheaders.directive"; import * as i4 from "@angular/common"; /** * NgModule definition for the Kanban component. */ export declare class KanbanModule { static ɵfac: i0.ɵɵFactoryDeclaration<KanbanModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanModule, [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective], [typeof i4.CommonModule], [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<KanbanModule>; }