UNPKG

@spartacus/schematics

Version:
25 lines 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MODAL_SERVICE_MIGRATION_V2 = exports.MODAL_SERVICE_MIGRATION_V1 = void 0; const constants_1 = require("../../../../shared/constants"); exports.MODAL_SERVICE_MIGRATION_V1 = { // projects/storefrontlib/shared/components/modal/modal.service.ts class: constants_1.MODAL_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.NGB_MODAL, importPath: constants_1.NG_BOOTSTRAP }, { className: constants_1.APPLICATION_REF, importPath: constants_1.ANGULAR_CORE }, { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, ], removeParams: [ { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB }, ], }; exports.MODAL_SERVICE_MIGRATION_V2 = { // projects/storefrontlib/shared/components/modal/modal.service.ts class: constants_1.MODAL_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [{ className: constants_1.NGB_MODAL, importPath: constants_1.NG_BOOTSTRAP }], addParams: [{ className: constants_1.APPLICATION_REF, importPath: constants_1.ANGULAR_CORE }], }; //# sourceMappingURL=modal.service.migration.js.map