-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
We're currently importing from rxjs/Rx
like:
import { Observable } from "rxjs/Rx";
import { ReplaySubject } from "rxjs/Rx";
import {Subscription, ReplaySubject} from "rxjs/Rx";
we might be able to do deep imports instead, so people don't have to load the entire rxjs/Rx
package.
Need some research on the proper approach to allow users to either load the entire rxjs as a bundle, or build their own using webpack, etc.