mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
- 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
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
export declare class AlfrescoSettingsService {
|
|
private _host;
|
|
host: string;
|
|
}
|