mariuszfoltak/angular2-datatable

Remove depedencie of entire Rxjs Repositorie

Opened this issue · 1 comments

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.