UNPKG

@spartacus/schematics

Version:
17 lines 833 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOGIN_REGISTER_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.LOGIN_REGISTER_COMPONENT_MIGRATION = { // feature-libs/user/account/components/login-register/login-register.component.ts class: constants_1.LOGIN_REGISTER_COMPONENT, importPath: constants_1.SPARTACUS_USER, deprecatedParams: [ { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE }, { className: constants_1.ACTIVATED_ROUTE, importPath: constants_1.ANGULAR_ROUTER }, ], removeParams: [ { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE }, ], }; //# sourceMappingURL=login-register.component.migration.js.map