Remove depedencie of entire Rxjs Repositorie
Opened this issue · 1 comments
tigredonorte commented
instead of: import {ReplaySubject} from "rxjs/Rx";
use import {ReplaySubject} from "rxjs/ReplaySubject";
with this changes, only needed packages of rxjs will be loaded, reducing load time in dev mode
feidong-zxzx commented
could the author should fix this soon? Loading the whole rxjs can be really time-consuming. Thanks.