UNPKG

@spartacus/schematics

Version:
14 lines 732 B
"use strict"; 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