We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ced35a commit 193e8b3Copy full SHA for 193e8b3
docs/effects/README.md
@@ -42,6 +42,7 @@ want to use to perform a side effect.
42
// ./effects/auth.ts
43
import 'rxjs/add/operator/map';
44
import 'rxjs/add/operator/mergeMap';
45
+import 'rxjs/add/operator/catch';
46
import { Injectable } from '@angular/core';
47
import { Http } from '@angular/http';
48
import { Observable } from 'rxjs/Observable';
0 commit comments