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

import error in backend.service.js #190

Open iHearty opened 6 years ago

iHearty commented 6 years ago

in backend.service.js, first line:

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

when console.log(of, from), print undefined undefined