UNPKG

@spartacus/schematics

Version:
26 lines 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOGIN_FORM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects\storefrontlib\src\cms-components\user\login-form\login-form.component.ts exports.LOGIN_FORM_COMPONENT_MIGRATION = [ { class: constants_1.LOGIN_FORM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.NG_ON_DESTROY, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.NG_ON_DESTROY}' was removed together with the ${constants_1.SUB} property`, }, { class: constants_1.LOGIN_FORM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.SUB, comment: `// ${constants_1.TODO_SPARTACUS} property '${constants_1.SUB}' was removed`, }, { class: constants_1.LOGIN_FORM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.LOGIN_AS_GUEST, comment: `// ${constants_1.TODO_SPARTACUS} property '${constants_1.LOGIN_AS_GUEST}' was removed`, }, ]; //# sourceMappingURL=login-form.component.migration.js.map