UNPKG

@spartacus/schematics

Version:
26 lines 889 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.VIEW_COMPONENT_MIGRATION = { // projects/storefrontlib/shared/components/split-view/view/view.component.ts class: constants_1.VIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.SPLIT_VIEW_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, { className: constants_1.ELEMENT_REF, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.CHANGE_DETECTOR_REF, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=view.component.migration.js.map