catch.js 170 B

12345
  1. import { catchError as higherOrder } from 'rxjs/operators';
  2. export function _catch(selector) {
  3. return higherOrder(selector)(this);
  4. }
  5. //# sourceMappingURL=catch.js.map