@spartacus/schematics
Version:
Spartacus schematics
14 lines • 764 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ROUTING_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/core/src/routing/facade/routing.service.ts
exports.ROUTING_SERVICE_MIGRATION = [
{
class: constants_1.ROUTING_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
deprecatedNode: constants_1.GO,
comment: `// ${constants_1.TODO_SPARTACUS} '${constants_1.ROUTING_SERVICE}.${constants_1.GO}' changed signature. Before 4.0, the object with query params could be passed in the 2nd argument. Now the 2nd argument is Angular NavigationExtras object (with 'queryParams' property).`,
},
];
//# sourceMappingURL=routing.service.migration.js.map