UNPKG

@spartacus/schematics

Version:
18 lines 857 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_ADDRESS_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.USER_ADDRESS_SERVICE_MIGRATION = { // projects/core/src/user/facade/user-address.service.ts class: constants_1.USER_ADDRESS_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.STORE, importPath: constants_1.NGRX_STORE }, { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], addParams: [ { className: constants_1.USER_ADDRESS_CONNECTOR, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.COMMAND_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], }; //# sourceMappingURL=user-address-service.migration.js.map