@spartacus/checkout
Version:
Checkout feature library for Spartacus
58 lines (49 loc) • 3.42 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@spartacus/checkout/components'), require('@spartacus/checkout/core'), require('@spartacus/checkout/occ')) :
typeof define === 'function' && define.amd ? define('@spartacus/checkout', ['exports', '@angular/core', '@spartacus/checkout/components', '@spartacus/checkout/core', '@spartacus/checkout/occ'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.checkout = {}), global.ng.core, global.spartacus.checkout.components, global.spartacus.checkout.core, global.spartacus.checkout.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 CheckoutModule = /** @class */ (function () {
function CheckoutModule() {
}
return CheckoutModule;
}());
CheckoutModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: CheckoutModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
CheckoutModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: CheckoutModule, imports: [components.CheckoutComponentsModule, core.CheckoutCoreModule, occ.CheckoutOccModule] });
CheckoutModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: CheckoutModule, imports: [[components.CheckoutComponentsModule, core.CheckoutCoreModule, occ.CheckoutOccModule]] });
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: CheckoutModule, decorators: [{
type: i0.NgModule,
args: [{
imports: [components.CheckoutComponentsModule, core.CheckoutCoreModule, occ.CheckoutOccModule],
}]
}] });
/*
* Public API Surface of checkout
*/
/**
* Generated bundle index. Do not edit.
*/
exports.CheckoutModule = CheckoutModule;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=spartacus-checkout.umd.js.map