@spartacus/user
Version:
User feature library for Spartacus
68 lines (59 loc) • 3.82 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@spartacus/user/profile/components'), require('@spartacus/user/profile/core'), require('@spartacus/user/profile/occ')) :
typeof define === 'function' && define.amd ? define('@spartacus/user/profile', ['exports', '@angular/core', '@spartacus/user/profile/components', '@spartacus/user/profile/core', '@spartacus/user/profile/occ'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.user = global.spartacus.user || {}, global.spartacus.user.profile = {}), global.ng.core, global.spartacus.user.profile.components, global.spartacus.user.profile.core, global.spartacus.user.profile.occ));
}(this, (function (exports, i0, components, core, occ) { 'use strict';
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () {
return e[k];
}
});
}
});
}
n['default'] = e;
return Object.freeze(n);
}
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
var UserProfileModule = /** @class */ (function () {
function UserProfileModule() {
}
return UserProfileModule;
}());
UserProfileModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserProfileModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
UserProfileModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserProfileModule, imports: [core.UserProfileCoreModule,
occ.UserProfileOccModule,
components.UserProfileComponentsModule] });
UserProfileModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserProfileModule, imports: [[
core.UserProfileCoreModule,
occ.UserProfileOccModule,
components.UserProfileComponentsModule,
]] });
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserProfileModule, decorators: [{
type: i0.NgModule,
args: [{
imports: [
core.UserProfileCoreModule,
occ.UserProfileOccModule,
components.UserProfileComponentsModule,
],
}]
}] });
/*
* Public API Surface of user profile
*/
/**
* Generated bundle index. Do not edit.
*/
exports.UserProfileModule = UserProfileModule;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=spartacus-user-profile.umd.js.map