UNPKG

@spartacus/schematics

Version:
14 lines 727 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PRODUCT_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/core/src/product/facade/product.service.ts exports.PRODUCT_SERVICE_MIGRATION = [ { class: constants_1.PRODUCT_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: `reload`, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.PRODUCT_SERVICE}.reload' was removed. Please use the reloading triggers configuration instead (see https://sap.github.io/spartacus-docs/loading-scopes/#reloading-triggers for more).`, }, ]; //# sourceMappingURL=product.service.migration.js.map