@spartacus/schematics
Version:
Spartacus schematics
14 lines • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DYNAMIC_ATTRIBUTE_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/core/src/cms/services/dynamic-attribute.service.ts
exports.DYNAMIC_ATTRIBUTE_SERVICE_MIGRATION = [
{
class: constants_1.DYNAMIC_ATTRIBUTE_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: `addDynamicAttributes`,
comment: `// ${constants_1.TODO_SPARTACUS} '${constants_1.DYNAMIC_ATTRIBUTE_SERVICE}.addDynamicAttributes' method was removed. Please use functions 'addAttributesToComponent' or 'addAttributesToSlot' instead`,
},
];
//# sourceMappingURL=dynamic-attribute.service.migration.js.map