UNPKG

@spartacus/schematics

Version:
18 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADDED_TO_CART_DIALOG_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ADDED_TO_CART_DIALOG_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/cart/add-to-cart/added-to-cart-dialog/added-to-cart-dialog.component.ts class: constants_1.ADDED_TO_CART_DIALOG_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.MODAL_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, ], removeParams: [ { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, ], }; //# sourceMappingURL=added-to-cart-dialog.component.migration.js.map