UNPKG

ngx-dynamic-dashboard

Version:
10 lines (9 loc) 303 B
/** * Created by jayhamilton on 6/30/17. */ import { Type } from '@angular/core'; export declare class GadgetFactory { static componentMap: Map<any, any>; static getComponentType(gadgetType: string): Type<any>; static setComponentType(gadgetType: string, componentRef: Type<any>): void; }