Upgrade ng2-activiti-form

This commit is contained in:
Denys Vuika
2016-09-21 21:04:14 +01:00
parent de42bea0ba
commit f53bd264eb
30 changed files with 89 additions and 133 deletions

View File

@@ -15,14 +15,12 @@
* limitations under the License.
*/
import { it, describe, expect } from '@angular/core/testing';
import { Observable } from 'rxjs/Rx';
import { SimpleChange } from '@angular/core';
import { ActivitiForm } from './activiti-form.component';
import { FormModel, FormOutcomeModel, FormFieldModel, FormOutcomeEvent } from './widgets/index';
import { FormService } from './../services/form.service';
import { WidgetVisibilityService } from './../services/widget-visibility.service';
// import { ContainerWidget } from './widgets/container/container.widget';
describe('ActivitiForm', () => {