Fire up your RxJS experience to a new level 🔥
Visit the official documentation and have a look at the collection of operators and utils. Or get started with one of the few below:
npm i rxjs-boostimport { wrapIntoObservable } from 'rxjs-boost';
import { retryWithDelay, switchTap, throwIf } from 'rxjs-boost/operators';
throwIf, throwIfNull and throwIfUndefined – isn't one of them enough?null and undefined in all other types. Therefore you'll want to narrow down the type inside your observable pipe. The example of throwIfNull inside the documentation also displays this.Generated using TypeDoc