Skip to content

Commit

Permalink
fix(TranslateService): Adding missing map RxJS operator
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
ocombe committed Dec 27, 2015
1 parent e9dd9e0 commit 3a837cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/translate.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {Http, Response} from 'angular2/http';
import {Observable} from 'rxjs/Observable'
import 'rxjs/add/observable/fromArray.js';
import 'rxjs/add/operator/share.js';
import 'rxjs/add/operator/map.js';

import {Parser} from './translate.parser';

Expand Down

0 comments on commit 3a837cc

Please sign in to comment.