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:
33
ng2-components/ng2-alfresco-core/services.js
Normal file
33
ng2-components/ng2-alfresco-core/services.js
Normal file
@@ -0,0 +1,33 @@
|
||||
System.register(['./services/AlfrescoSettingsService'], function(exports_1, context_1) {
|
||||
"use strict";
|
||||
var __moduleName = context_1 && context_1.id;
|
||||
var AlfrescoSettingsService_1;
|
||||
var ALFRESCO_CORE_PROVIDERS;
|
||||
var exportedNames_1 = {
|
||||
'ALFRESCO_CORE_PROVIDERS': true
|
||||
};
|
||||
function exportStar_1(m) {
|
||||
var exports = {};
|
||||
for(var n in m) {
|
||||
if (n !== "default"&& !exportedNames_1.hasOwnProperty(n)) exports[n] = m[n];
|
||||
}
|
||||
exports_1(exports);
|
||||
}
|
||||
return {
|
||||
setters:[
|
||||
function (AlfrescoSettingsService_1_1) {
|
||||
AlfrescoSettingsService_1 = AlfrescoSettingsService_1_1;
|
||||
exportStar_1(AlfrescoSettingsService_1_1);
|
||||
}],
|
||||
execute: function() {
|
||||
exports_1("default",{
|
||||
directives: [],
|
||||
providers: [AlfrescoSettingsService_1.AlfrescoSettingsService]
|
||||
});
|
||||
exports_1("ALFRESCO_CORE_PROVIDERS", ALFRESCO_CORE_PROVIDERS = [
|
||||
AlfrescoSettingsService_1.AlfrescoSettingsService
|
||||
]);
|
||||
}
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=services.js.map
|
Reference in New Issue
Block a user