thegreenhouseio / angular-webapp-seed

Angular (2+) and Webpack Seed Project for webapp projects in The Greenhouse
https://www.thegreenhouse.io/
4 stars 2 forks source link

don't import all of rxjs #52

Open thescientist13 opened 7 years ago

thescientist13 commented 7 years ago

this is a BAD practice. no bueno https://github.com/thegreenhouseio/angular2-webpack-seed/blob/master/src/vendor.ts#L10

should only import what we need