core/dynamic-component/dynamic-component.model.ts
        
Use this interface on any component to define the interchange between config and display component.
| Properties | 
| 
 | 
| config | 
| config:          | 
| Type : any | 
| The configuration which is shared between configuration component and display component. Should be searilzabled to allow to save it to the API. | 
| ng1FormRef | 
| : Will not work on Angular-Dashboards (1.6.1.0). Use `ContextServiceDashboard.formDisabled` instead. | 
| ng1FormRef:          | 
| Type : any | 
| Optional | 
| A reference to the ng1Form on angularjs dashboards to disable/enable the save button. |