@spartacus/schematics
Version:
Spartacus schematics
14 lines • 732 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRODUCT_CAROUSEL_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/cms-components/product/carousel/product-carousel.service.ts
exports.PRODUCT_CAROUSEL_SERVICE_MIGRATION = [
{
class: constants_1.PRODUCT_CAROUSEL_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.GET_PRODUCT_REFERENCES,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_PRODUCT_REFERENCES}' was removed from '${constants_1.PRODUCT_CAROUSEL_SERVICE}'.`,
},
];
//# sourceMappingURL=product-carousel.service.migration.js.map