UNPKG

@spartacus/schematics

Version:
13 lines 662 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CART_ITEM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CART_ITEM_COMPONENT_MIGRATION = [ { class: constants_1.CART_ITEM_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.NG_ON_INIT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CART_ITEM_COMPONENT}.${constants_1.NG_ON_INIT}' was removed. ${constants_1.CART_DETAILS_COMPONENT} does not implement OnInit anymore`, }, ]; //# sourceMappingURL=cart-item-component.migration.js.map