mariuszfoltak / angular2-datatable

DataTable - Simple table component with sorting and pagination for Angular2
202 stars 182 forks source link

Remove depedencie of entire Rxjs Repositorie #110

Open tigredonorte opened 7 years ago

tigredonorte commented 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

feidong-zxzx commented 7 years ago

could the author should fix this soon? Loading the whole rxjs can be really time-consuming. Thanks.