UNPKG

@spartacus/schematics

Version:
24 lines 944 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHECKOUT_PROGRESS_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CHECKOUT_PROGRESS_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/checkout-progress/checkout-progress.component.ts selector: 'cx-checkout-progress', componentClassName: constants_1.CHECKOUT_PROGRESS_COMPONENT, removedProperties: [ { name: 'routerState$', comment: `'routerState$' property has been removed.`, }, { name: 'activeStepUrl', comment: `'activeStepUrl' property has been removed.`, }, { name: 'steps', comment: `'steps' property has been removed. Use '$steps' observable instead`, }, ], }; //# sourceMappingURL=checkout-progress.component.migration.js.map