Code improvements

- move auth token out of the document list (to the settings service for
now)

refs #9
This commit is contained in:
Denys Vuika
2016-05-04 14:58:54 +01:00
parent 9139a8a0ed
commit 4a6d0c55bf
7 changed files with 31 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
export declare class AlfrescoSettingsService {
private _host;
host: string;
getAuthToken(): string;
}