Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/demo
Denys Vuika 9066ce49e0 document-list improvements (#1169)
* #1167 document-list improvements

- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes

* readme updates and unit test
2016-11-29 12:03:24 +00:00
..
2016-05-31 14:45:10 +01:00
2016-11-29 12:03:24 +00:00
2016-06-03 11:03:23 +01:00
2016-11-25 19:09:08 +00:00
2016-06-29 22:56:36 +01:00
2016-10-12 11:16:36 +01:00

DocumentList demo

Install:

npm install

Update host and credentials

src/main.ts

login() {
    let host = 'http://myalfrescoip';
    let credentials = { "userId": "admin", "password": "admin" };
    ...
}

Run the project:

npm start