ng-hub-ui-board
Version:
An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.
9 lines (8 loc) • 443 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BoardColumnFooterDirective {
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<BoardColumnFooterDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BoardColumnFooterDirective, "[columnFooterTpt]", never, {}, {}, never, never, true, never>;
}