UNPKG

@spartacus/schematics

Version:
28 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ABSTRACT_STORE_ITEM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.ABSTRACT_STORE_ITEM_COMPONENT_MIGRATION = { // feature-libs/storefinder/components/abstract-store-item/abstract-store-item.component.ts class: constants_1.ABSTRACT_STORE_ITEM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFINDER, deprecatedParams: [ { className: constants_1.STORE_DATA_SERVICE, importPath: constants_1.SPARTACUS_STOREFINDER, }, ], removeParams: [ { className: constants_1.STORE_DATA_SERVICE, importPath: constants_1.SPARTACUS_STOREFINDER, }, ], addParams: [ { className: constants_1.STORE_FINDER_SERVICE, importPath: constants_1.SPARTACUS_STOREFINDER, }, ], }; //# sourceMappingURL=abstract-store-item.component.migration.js.map