#1400 component naming convention fixes (#1418)

This commit is contained in:
Denys Vuika
2017-01-09 18:57:58 +00:00
committed by Mario Romano
parent 26fb2374d2
commit dc28d5b679
23 changed files with 161 additions and 175 deletions

View File

@@ -131,7 +131,7 @@ import { AlfrescoSettingsService, AlfrescoAuthenticationService } from 'ng2-alfr
class DocumentListDemo {
@ViewChild(DocumentList)
documentList: DocumentList;
documentList: DocumentListComponent;
constructor(private authService: AlfrescoAuthenticationService,
private settingsService: AlfrescoSettingsService) {
@@ -210,7 +210,7 @@ DocumentList provides simple breadcrumb element to indicate the current position
| Name | Type | Description |
| --- | --- | --- |
| `target` | DocumentList | DocumentList component to operate with. Upon clicks will instruct the given component to update. |
| `target` | DocumentListComponent | DocumentList component to operate with. Upon clicks will instruct the given component to update. |
| `folderNode` | MinimalNodeEntryEntity | Active node, builds UI based on `folderNode.path.elements` collection. |
### Creation Menu Action