Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/demo
Eugenio Romano ab3d18e5c1 update ng2-translate-version #1397 (#1805)
* update ng2-translate-version #1397

* change karma.conf and build for ng2-translate 4.0.0
2017-04-27 14:05:08 +01:00
..
2016-05-31 14:45:10 +01:00
2016-12-14 15:49:08 +00:00
2016-06-03 11:03:23 +01:00
2016-06-29 22:56:36 +01:00
2016-12-14 15:49:08 +00:00
2017-01-04 14:20:15 +00: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