UNPKG

@spartacus/schematics

Version:
22 lines 782 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROTECTED_ROUTES_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PROTECTED_ROUTES_SERVICE_MIGRATION = { // projects/core/src/routing/protected-routes/protected-routes.service.ts class: constants_1.PROTECTED_ROUTES_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedParams: [ { className: constants_1.ROUTING_CONFIG, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.URL_PARSING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=protected-routes.service.migration.js.map