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.

8 lines (7 loc) 212 B
import { OnInit } from '@angular/core'; export declare class AppDraggablePortletsTemplateComponent implements OnInit { title: string; configFile: string; constructor(); ngOnInit(): void; }