mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +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
20 lines
593 B
JavaScript
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
|