exports can be bundled together into a 'barrel' which will allow for a single import for a logically connected group of imports instead of half a page of individual imports. For example, all the url imports in the services. (I know those are in src/lib, but this could apply anywhere)
http://tattoocoder.com/angular2-barrels/
exports can be bundled together into a 'barrel' which will allow for a single import for a logically connected group of imports instead of half a page of individual imports. For example, all the url imports in the services. (I know those are in src/lib, but this could apply anywhere)
http://tattoocoder.com/angular2-barrels/