mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1384] fix placeholder overlapping with label in form (#2212)
* fix placeholder overlapping with label in form * fix import material module
This commit is contained in:
committed by
Mario Romano
parent
3bbc9d33df
commit
ad75b6aa87
@@ -16,11 +16,11 @@
|
||||
*/
|
||||
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { LogServiceMock } from 'ng2-alfresco-core';
|
||||
import { CoreModule, LogService } from 'ng2-alfresco-core';
|
||||
import { MATERIAL_MODULE } from '../../../../index';
|
||||
import { LogServiceMock } from 'ng2-alfresco-core';
|
||||
import { ActivitiAlfrescoContentService } from '../../../services/activiti-alfresco.service';
|
||||
import { WidgetVisibilityService } from '../../../services/widget-visibility.service';
|
||||
import { MaterialModule } from '../../material.module';
|
||||
import { ErrorWidgetComponent } from '../error/error.component';
|
||||
import { EcmModelService } from './../../../services/ecm-model.service';
|
||||
import { FormService } from './../../../services/form.service';
|
||||
@@ -86,7 +86,7 @@ describe('DynamicTableWidgetComponent', () => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
CoreModule.forRoot(),
|
||||
...MATERIAL_MODULE
|
||||
MaterialModule
|
||||
],
|
||||
declarations: [DynamicTableWidgetComponent, RowEditorComponent,
|
||||
DropdownEditorComponent, DateEditorComponent, BooleanEditorComponent,
|
||||
|
Reference in New Issue
Block a user