UNPKG

@spartacus/schematics

Version:
26 lines 862 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_REGISTER_EFFECT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.USER_REGISTER_EFFECT_MIGRATION = { // projects/core/src/user/store/effects/user-register.effect.ts class: constants_1.USER_REGISTER_EFFECT, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.ACTIONS, importPath: constants_1.NGRX_STORE, }, { className: constants_1.USER_CONNECTOR, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.AUTH_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=user-register.effect.migration.js.map