UNPKG

@spartacus/schematics

Version:
30 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ORDER_HISTORY_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ORDER_HISTORY_COMPONENT_MIGRATION = { //projects/storefrontlib/cms-components/myaccount/order/order-history/order-history.component.ts class: constants_1.ORDER_HISTORY_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.USER_ORDER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.USER_REPLENISHMENT_ORDER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=order-history-component.migration.js.map