@spartacus/schematics
Version:
Spartacus schematics
22 lines • 962 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_CART_ENTRY_INFO_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CONFIGURATOR_CART_ENTRY_INFO_COMPONENT_MIGRATION = {
// feature-libs/product-configurator/common/components/configurator-cart-entry-info/configurator-cart-entry-info.component.ts
class: constants_1.CONFIGURATOR_CART_ENTRY_INFO_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_COMMON,
deprecatedParams: [
{
className: constants_1.CART_ITEM_CONTEXT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
],
addParams: [
{
className: constants_1.COMMON_CONFIGURATOR_UTILS_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_COMMON,
},
],
};
//# sourceMappingURL=configurator-cart-entry-info.component.migration.js.map