Open tigredonorte opened 7 years ago
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
could the author should fix this soon? Loading the whole rxjs can be really time-consuming. Thanks.
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