UNPKG

@spartacus/schematics

Version:
17 lines 836 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HOME_PAGE_EVENT_BUILDER_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.HOME_PAGE_EVENT_BUILDER_COMPONENT_MIGRATION = { // projects/storefrontlib/events/home/home-page-event.builder.ts class: constants_1.HOME_PAGE_EVENT_BUILDER, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.EVENT_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], removeParams: [ { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], }; //# sourceMappingURL=home-page-event.builder.migration.js.map