@spartacus/schematics
Version:
Spartacus schematics
14 lines • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ITEM_COUNTER_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/shared/components/item-counter/item-counter.component.ts
exports.ITEM_COUNTER_COMPONENT_MIGRATION = [
{
class: constants_1.ITEM_COUNTER_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.GET_CONTROL,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_CONTROL}' was removed from '${constants_1.ITEM_COUNTER_COMPONENT}'. Instead of returning an Observable in the method, it is being subscribed in the ngOnInit.`,
},
];
//# sourceMappingURL=item-counter.component.migration.js.map