mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
37 lines
1.6 KiB
JavaScript
37 lines
1.6 KiB
JavaScript
System.register(['./src/components/alfresco-login', './src/services/alfresco-authentication'], function(exports_1, context_1) {
|
|
"use strict";
|
|
var __moduleName = context_1 && context_1.id;
|
|
var alfresco_login_1, alfresco_authentication_1;
|
|
var ALFRESCO_LOGIN_DIRECTIVES, ALFRESCO_AUTHENTICATION;
|
|
var exportedNames_1 = {
|
|
'ALFRESCO_LOGIN_DIRECTIVES': true,
|
|
'ALFRESCO_AUTHENTICATION': 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 (alfresco_login_1_1) {
|
|
alfresco_login_1 = alfresco_login_1_1;
|
|
exportStar_1(alfresco_login_1_1);
|
|
},
|
|
function (alfresco_authentication_1_1) {
|
|
alfresco_authentication_1 = alfresco_authentication_1_1;
|
|
exportStar_1(alfresco_authentication_1_1);
|
|
}],
|
|
execute: function() {
|
|
exports_1("default",{
|
|
directives: [alfresco_login_1.AlfrescoLoginComponent],
|
|
providers: [alfresco_authentication_1.AlfrescoAuthenticationService]
|
|
});
|
|
exports_1("ALFRESCO_LOGIN_DIRECTIVES", ALFRESCO_LOGIN_DIRECTIVES = [alfresco_login_1.AlfrescoLoginComponent]);
|
|
exports_1("ALFRESCO_AUTHENTICATION", ALFRESCO_AUTHENTICATION = [alfresco_authentication_1.AlfrescoAuthenticationService]);
|
|
}
|
|
}
|
|
});
|
|
//# sourceMappingURL=ng2-alfresco-login.js.map
|