mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
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:
4
ng2-components/ng2-alfresco-core/services/AlfrescoSettingsService.d.ts
vendored
Normal file
4
ng2-components/ng2-alfresco-core/services/AlfrescoSettingsService.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare class AlfrescoSettingsService {
|
||||
private _host;
|
||||
host: string;
|
||||
}
|
Reference in New Issue
Block a user