UNPKG

@spartacus/schematics

Version:
13 lines 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROTECTED_ROUTES_GUARD_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.PROTECTED_ROUTES_GUARD_MIGRATION = [ { class: constants_1.PROTECTED_ROUTES_GUARD, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: `canActivate`, comment: `// ${constants_1.TODO_SPARTACUS} The return type of the method 'canActivate' changed from 'Observable<boolean>' to 'Observable<boolean | UrlTree>'`, }, ]; //# sourceMappingURL=protected-routes.guard.migration.js.map