Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/demo
Eugenio Romano 9db047f8fc [ADF-721] Fix translation reference for dev task (#1923)
* move translation files in the bundles folder

* fix after review
ripristinate tslint and remove override tsconfig
2017-06-29 15:09:06 +01:00
..
2016-05-31 14:45:10 +01:00
2017-06-29 15:09:05 +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

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