UNPKG

@spartacus/schematics

Version:
30 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSON_LD_SCRIPT_FACTORY_CONSTRUCTOR_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.JSON_LD_SCRIPT_FACTORY_CONSTRUCTOR_MIGRATION = { // projects/storefrontlib/cms-structure/seo/structured-data/json-ld-script.factory.ts class: constants_1.JSON_LD_SCRIPT_FACTORY, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.WINDOW_REF, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.RENDERER_FACTORY_2, importPath: constants_1.ANGULAR_CORE, }, { className: constants_1.DOM_SANITIZER, importPath: constants_1.ANGULAR_PLATFORM_BROWSER, }, ], addParams: [ { className: constants_1.SEO_CONFIG, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=json-ld.script.factory.migration.js.map