ultimatecourses / ngrx-store-effects-app

Project seed app for our NGRX application using Angular, NGRX Store, Effects, Router Store.
https://ultimateangular.com/ngrx-store-effects
532 stars 1.17k forks source link

importing from "rxjs/operators" can result in larger bundles during build #15

Open TheILPlace opened 6 years ago

TheILPlace commented 6 years ago

in your course, you highly recommend using pipe + tap .. importing it all from rxjs/operators .

here is a doc written by Ben Lesh https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md

that emphasis that "Using rxjs/operators without making changes to your build process can result in larger bundles. See Known Issues section below."