UNPKG

@spartacus/schematics

Version:
42 lines 1.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REGISTER_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.REGISTER_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/user/register/register.component.ts class: constants_1.REGISTER_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.USER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.GLOBAL_MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.FORM_BUILDER, importPath: constants_1.ANGULAR_FORMS, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ANONYMOUS_CONSENTS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ANONYMOUS_CONSENTS_CONFIG, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.AUTH_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=register.component.migration.js.map