UNPKG

@spartacus/schematics

Version:
30 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BREAKPOINT_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.BREAKPOINT_SERVICE_MIGRATION = { // projects/storefrontlib/layout/breakpoint/breakpoint.service.ts class: constants_1.BREAKPOINT_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.WINDOW_REF, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.LAYOUT_CONFIG, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.PLATFORM, literalInference: constants_1.ANY_TYPE, injectionToken: { token: constants_1.PLATFORM_ID_STRING, importPath: constants_1.ANGULAR_CORE, }, }, ], }; //# sourceMappingURL=breakpoint.service.migration.js.map