-
{{ emptyMsg | translate }}
-
{{ dragDropMsg | translate }}
-
{{ additionalMsg | translate }}
-
![]()
-
+
-
+
+
+ {{'ADF-DOCUMENT-LIST.EMPTY.HEADER' | translate}}
+
diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts
index df06c3e707..c303ca4d6c 100644
--- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts
+++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-import { NgZone, SimpleChange, TemplateRef } from '@angular/core';
+import { CUSTOM_ELEMENTS_SCHEMA, NgZone, SimpleChange, TemplateRef } from '@angular/core';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { AlfrescoTranslationService, CoreModule } from 'ng2-alfresco-core';
import { DataColumn, DataTableComponent } from 'ng2-alfresco-datatable';
@@ -61,7 +61,8 @@ describe('DocumentList', () => {
providers: [
DocumentListService,
{provide: NgZone, useValue: zone}
- ]
+ ],
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
}).compileComponents();
}));