UNPKG

@spartacus/schematics

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