2016-07-11 12:23:36 +01:00
..
2016-05-31 14:45:10 +01:00
2016-07-11 12:23:36 +01:00
2016-06-03 11:03:23 +01:00
2016-07-04 14:25:32 +01:00
2016-06-29 22:56:36 +01:00
2016-05-24 14:28:09 +01:00
2016-05-24 16:45:57 +01:00
2016-06-14 12:36:15 +01:00
2016-07-04 14:25:32 +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