mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
committed by
Mario Romano
parent
26fb2374d2
commit
dc28d5b679
@@ -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
|
||||
|
Reference in New Issue
Block a user