UNPKG

@spartacus/schematics

Version:
28 lines 977 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CART_ITEM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CART_ITEM_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/cart/cart-shared/cart-item/cart-item.component.ts class: constants_1.CART_ITEM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.CART_ITEM_CONTEXT_SOURCE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], removeParams: [ { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=cart-item.component.migration.js.map