#572 split widget model into separate files

This commit is contained in:
Denys Vuika
2016-08-15 13:46:36 +01:00
parent 9f9187c3da
commit 070323585d
19 changed files with 701 additions and 483 deletions

View File

@@ -16,7 +16,7 @@
*/
import { Input, AfterViewInit } from '@angular/core';
import { FormFieldModel } from './widget.model';
import { FormFieldModel } from './core/index';
declare let __moduleName: string;
declare var componentHandler;