UNPKG

app-draggable-portlets-template

Version:

An easy implementation of draggable portlets for Angular, where you can load all portlets by a data json file.

5 lines (4 loc) 103 B
import { Portlet } from './portlet'; export declare class Column { portlets: Array<Portlet>; }