Skip to content

Commit

Permalink
fix(Example): Add missing import for catch operator (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcarrico authored and brandonroberts committed Sep 20, 2017
1 parent 1ced35a commit 193e8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/effects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ want to use to perform a side effect.
// ./effects/auth.ts
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/mergeMap';
import 'rxjs/add/operator/catch';
import { Injectable } from '@angular/core';
import { Http } from '@angular/http';
import { Observable } from 'rxjs/Observable';
Expand Down

0 comments on commit 193e8b3

Please sign in to comment.