UNPKG

@spartacus/schematics

Version:
15 lines 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PAGE_META_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PAGE_META_SERVICE_MIGRATION = { class: constants_1.PAGE_META_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE }], addParams: [ { className: constants_1.UNIFIED_INJECTOR, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.PAGE_META_CONFIG, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.PLATFORM_ID, importPath: constants_1.ANGULAR_CORE }, ], }; //# sourceMappingURL=page-meta.service.migration.js.map