@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
12 lines (11 loc) • 506 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./kanban.module";
/**
* NgModule definition for the Kanban component with providers.
*/
export declare class KanbanAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanAllModule, never, [typeof i1.CommonModule, typeof i2.KanbanModule], [typeof i2.KanbanModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<KanbanAllModule>;
}