Denys Vuika 8158a6b007 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
2016-04-26 11:09:01 +01:00

20 lines
593 B
JavaScript

System.register(['./src/document-list.component'], function(exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
function exportStar_1(m) {
var exports = {};
for(var n in m) {
if (n !== "default") exports[n] = m[n];
}
exports_1(exports);
}
return {
setters:[
function (document_list_component_1_1) {
exportStar_1(document_list_component_1_1);
}],
execute: function() {
}
}
});
//# sourceMappingURL=ng2-alfresco-documentlist.js.map