Clean and minimal DocumentList component implementation

This commit is contained in:
Denys Vuika
2016-04-21 14:01:15 +01:00
parent f9b34beafa
commit 1003f8e3ce
40 changed files with 941 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import {Component} from 'angular2/core';
import {DocumentList} from '../../../ng2-alfresco-documentslist/src/components';
import {DocumentList} from 'ng2-alfresco-documentlist/component';
@Component({
selector: 'home-view',