@spartacus/schematics
Version:
Spartacus schematics
17 lines • 881 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ADDRESS_BOOK_COMPONENT_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.ADDRESS_BOOK_COMPONENT_SERVICE_MIGRATION = {
// projects/storefrontlib/cms-components/myaccount/address-book/address-book.component.service.ts
class: constants_1.ADDRESS_BOOK_COMPONENT_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
deprecatedParams: [
{ className: constants_1.USER_ADDRESS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{ className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE },
],
removeParams: [
{ className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE },
],
};
//# sourceMappingURL=address-book.component.service.migration.js.map