Files
alfresco-ng2-components/ng2-components/ng2-alfresco-login/demo
2016-05-26 12:12:10 +01:00
..
2016-05-26 11:46:24 +01:00
2016-05-19 02:09:56 +01:00
2016-05-19 02:09:56 +01:00
2016-05-24 13:05:39 +01:00
2016-05-24 16:45:57 +01:00
2016-05-26 12:12:10 +01:00
2016-05-21 04:25:44 +01:00
2016-05-24 16:45:57 +01:00
2016-05-19 02:09:56 +01:00

angular2-alfresco-login

Install:

npm install

Update host and credentials

src/main.ts

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

Run the project:

npm start