TypeError: rxjs__WEBPACK_IMPORTED_MODULE_2__.Observable.throw is not a function
Loading
TypeError: rxjs__WEBPACK_IMPORTED_MODULE_2__.Observable.throw is not a function
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhairab DuttPosted Jun 25, 2018, 1:04 PM
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/catch';
import 'rxjs/add/observable/throw';
Thanks