UNPKG

@spartacus/schematics

Version:
22 lines 722 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MULTI_CART_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.MULTI_CART_SERVICE_MIGRATION = { // projects/core/src/cart/facade/multi-cart.service.ts class: constants_1.MULTI_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.STORE, importPath: constants_1.NGRX_STORE, }, ], addParams: [ { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=multi-cart.service.migration.js.map