UNPKG

@spartacus/schematics

Version:
30 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PRODUCT_CAROUSEL_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PRODUCT_CAROUSEL_SERVICE_MIGRATION = { // projects/storefrontlib/cms-components/product/carousel/product-carousel.service.ts class: constants_1.PRODUCT_CAROUSEL_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.PRODUCT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.PRODUCT_REFERENCE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SEMANTIC_PATH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.PRODUCT_REFERENCE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=product-carousel.service.migration.js.map