UNPKG

@spartacus/schematics

Version:
15 lines 750 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CART_NOT_EMPTY_GUARD_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/storefrontlib/cms-components/cart/cart-not-empty.guard.ts exports.CART_NOT_EMPTY_GUARD_MIGRATION = [ { class: constants_1.CART_NOT_EMPTY_GUARD, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.CAN_ACTIVATE, newNode: constants_1.CAN_ACTIVATE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CAN_ACTIVATE}' return type has changed from 'Observable<boolean>' to 'Observable<boolean | UrlTree>'.`, }, ]; //# sourceMappingURL=cart-not-empty.guard.migration.js.map