#967 container widgets reworked

- moved internals of container widget to corresponding folder
- moved internals of dynamic table to corresponding folder
This commit is contained in:
Denys Vuika
2016-11-15 13:08:55 +00:00
committed by Mario Romano
parent 084d962230
commit f81f78d311
30 changed files with 331 additions and 316 deletions

View File

@@ -16,7 +16,8 @@
*/
import { DynamicTableWidget } from './dynamic-table.widget';
import { DynamicTableModel, DynamicTableRow, DynamicTableColumn, FormModel, FormFieldTypes } from './../core/index';
import { DynamicTableModel, DynamicTableRow, DynamicTableColumn } from './dynamic-table.widget.model';
import { FormModel, FormFieldTypes } from './../core/index';
describe('DynamicTableWidget', () => {