angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

backend.service.js (of import) #196

Open bharatn opened 6 years ago

bharatn commented 6 years ago

I am using with ngx translate, webpack and got error with 'of' not found. same issue with 'from'

backend.service.js

import { Observable, BehaviorSubject, from, of } from 'rxjs';

Fix import { Observable, BehaviorSubject } from 'rxjs'; import { from } from 'rxjs/observable/from'; import { of } from 'rxjs/observable/of';