UNPKG

@spartacus/schematics

Version:
20 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CART_DETAILS_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CART_DETAILS_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/cart/cart-details/cart-details.component.ts class: constants_1.CART_DETAILS_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, { className: constants_1.SELECTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], removeParams: [ { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, ], }; //# sourceMappingURL=cart-details.component.migration.js.map