mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +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
@@ -20,10 +20,10 @@ import { By } from '@angular/platform-browser';
|
||||
import { AlfrescoTranslationService, CoreModule } from 'ng2-alfresco-core';
|
||||
import { DataTableModule } from 'ng2-alfresco-datatable';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
import { MATERIAL_MODULE } from '../../index';
|
||||
import { EcmModelService } from '../services/ecm-model.service';
|
||||
import { FormService } from '../services/form.service';
|
||||
import { FormListComponent } from './form-list.component';
|
||||
import { MaterialModule } from './material.module';
|
||||
|
||||
describe('TaskAttachmentList', () => {
|
||||
|
||||
@@ -36,7 +36,7 @@ describe('TaskAttachmentList', () => {
|
||||
imports: [
|
||||
CoreModule.forRoot(),
|
||||
DataTableModule,
|
||||
MATERIAL_MODULE
|
||||
MaterialModule
|
||||
],
|
||||
declarations: [
|
||||
FormListComponent
|
||||
|
Reference in New Issue
Block a user