Core settings service, license fixes

- fixed license text as per Apache appendix
(http://www.apache.org/licenses/LICENSE-2.0)
- added AlfrescoSettings service to the core component library
- document list now takes host information from the AlfrescoSettings
service
This commit is contained in:
Denys Vuika
2016-04-26 11:09:01 +01:00
parent 5f2df74639
commit 8158a6b007
38 changed files with 355 additions and 70 deletions

View File

@@ -0,0 +1,4 @@
export declare class AlfrescoSettingsService {
private _host;
host: string;
}