UNPKG

@spartacus/schematics

Version:
40 lines 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FEATURE_MODULES_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.FEATURE_MODULES_SERVICE_MIGRATION = { // projects/storefrontlib/cms-structure/services/feature-modules.service.ts class: constants_1.FEATURE_MODULES_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.CONFIG_INITIALIZER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.COMPILER, importPath: constants_1.ANGULAR_CORE, }, { className: constants_1.INJECTOR, importPath: constants_1.ANGULAR_CORE, }, ], removeParams: [ { className: constants_1.COMPILER, importPath: constants_1.ANGULAR_CORE, }, { className: constants_1.INJECTOR, importPath: constants_1.ANGULAR_CORE, }, ], addParams: [ { className: constants_1.LAZY_MODULES_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=feature-modules.service.migration.js.map