Denys Vuika da70a72bba Login dialog shows error for Safari with Private Window mode (#1172)
* #958 new StorageService service

abstraction around ‘Storage’ to allow switching to in-memory store
whenever ‘localStorage’ is not available (i.e. private/incognito modes,
etc.)

* fix unit tests

* update unit tests

- disable incorrect auth tests (core)
- simplify widget visibility tests (activiti-form)

* fix unit tests
2016-11-30 11:32:16 +00:00
..
2016-05-31 14:45:10 +01: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