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) 78 B
export declare class Portlet { header: String; content: String; }