UNPKG

@spartacus/user

Version:

User feature library for Spartacus

68 lines (59 loc) 3.82 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@spartacus/user/account/components'), require('@spartacus/user/account/core'), require('@spartacus/user/account/occ')) : typeof define === 'function' && define.amd ? define('@spartacus/user/account', ['exports', '@angular/core', '@spartacus/user/account/components', '@spartacus/user/account/core', '@spartacus/user/account/occ'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.user = global.spartacus.user || {}, global.spartacus.user.account = {}), global.ng.core, global.spartacus.user.account.components, global.spartacus.user.account.core, global.spartacus.user.account.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 UserAccountModule = /** @class */ (function () { function UserAccountModule() { } return UserAccountModule; }()); UserAccountModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserAccountModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule }); UserAccountModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserAccountModule, imports: [core.UserAccountCoreModule, occ.UserAccountOccModule, components.UserAccountComponentsModule] }); UserAccountModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserAccountModule, imports: [[ core.UserAccountCoreModule, occ.UserAccountOccModule, components.UserAccountComponentsModule, ]] }); i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: UserAccountModule, decorators: [{ type: i0.NgModule, args: [{ imports: [ core.UserAccountCoreModule, occ.UserAccountOccModule, components.UserAccountComponentsModule, ], }] }] }); /* * Public API Surface of user account */ /** * Generated bundle index. Do not edit. */ exports.UserAccountModule = UserAccountModule; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=spartacus-user-account.umd.js.map