UNPKG

@spartacus/schematics

Version:
30 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORGOT_PASSWORD_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.FORGOT_PASSWORD_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/myaccount/forgot-password/forgot-password.component.ts class: constants_1.FORGOT_PASSWORD_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.FORM_BUILDER, importPath: constants_1.ANGULAR_FORMS, }, { className: constants_1.USER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.AUTH_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=forgot-password.component.migration.js.map