Skip to content

Commit 193e8b3

Browse files
shcarricobrandonroberts
authored andcommitted
fix(Example): Add missing import for catch operator (#409)
1 parent 1ced35a commit 193e8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/effects/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ want to use to perform a side effect.
4242
// ./effects/auth.ts
4343
import 'rxjs/add/operator/map';
4444
import 'rxjs/add/operator/mergeMap';
45+
import 'rxjs/add/operator/catch';
4546
import { Injectable } from '@angular/core';
4647
import { Http } from '@angular/http';
4748
import { Observable } from 'rxjs/Observable';

0 commit comments

Comments
 (0)