mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
add host and token to document list demo
This commit is contained in:
@@ -97,6 +97,9 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
|
||||
direction: 'asc'
|
||||
};
|
||||
|
||||
constructor(
|
||||
private _alfrescoService: AlfrescoService) {}
|
||||
|
||||
/**
|
||||
* Determines whether navigation to parent folder is available.
|
||||
* @returns {boolean}
|
||||
@@ -106,9 +109,6 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
|
||||
this.currentFolderPath !== this.rootFolder.path;
|
||||
}
|
||||
|
||||
constructor(
|
||||
private _alfrescoService: AlfrescoService) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.changePath(this.currentFolderPath);
|
||||
}
|
||||
|
Reference in New Issue
Block a user