@spartacus/schematics
Version:
Spartacus schematics
22 lines • 791 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCHEDULE_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.SCHEDULE_COMPONENT_MIGRATION = {
// feature-libs/storefinder/components/schedule-component/schedule.component.ts
class: constants_1.SCHEDULE_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,
},
],
};
//# sourceMappingURL=schedule.component.migration.js.map