mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Missed import
This commit is contained in:
parent
6dd6b59975
commit
2131977f48
@ -26,7 +26,9 @@ import {
|
|||||||
FormFieldTypes,
|
FormFieldTypes,
|
||||||
FormModel,
|
FormModel,
|
||||||
FormOutcomeEvent,
|
FormOutcomeEvent,
|
||||||
FormOutcomeModel, FormRenderingService, FormService,
|
FormOutcomeModel,
|
||||||
|
FormRenderingService,
|
||||||
|
FormService,
|
||||||
UploadWidgetContentLinkModel,
|
UploadWidgetContentLinkModel,
|
||||||
WidgetVisibilityService,
|
WidgetVisibilityService,
|
||||||
provideTranslations,
|
provideTranslations,
|
||||||
@ -64,6 +66,7 @@ import { MatButtonHarness } from '@angular/material/button/testing';
|
|||||||
import { FormCloudDisplayMode } from '../../services/form-fields.interfaces';
|
import { FormCloudDisplayMode } from '../../services/form-fields.interfaces';
|
||||||
import { CloudFormRenderingService } from './cloud-form-rendering.service';
|
import { CloudFormRenderingService } from './cloud-form-rendering.service';
|
||||||
import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module';
|
import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module';
|
||||||
|
import { TaskVariableCloud } from '../models/task-variable-cloud.model';
|
||||||
|
|
||||||
const mockOauth2Auth: any = {
|
const mockOauth2Auth: any = {
|
||||||
oauth2Auth: {
|
oauth2Auth: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user