UNPKG

@spartacus/schematics

Version:
20 lines 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADDRESS_BOOK_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ADDRESS_BOOK_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/myaccount/address-book/address-book.component.ts class: constants_1.ADDRESS_BOOK_COMPONENT, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.ADDRESS_BOOK_COMPONENT_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { 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.USER_ADDRESS_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], }; //# sourceMappingURL=address-book.component.migration.js.map