PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Fixes #62: Convert currently existing components to export module name. #157

Closed blakedietz closed 8 years ago

blakedietz commented 8 years ago

This pull request fixes #62: Convert currently existing components to export module name. Refactor associated tests to strictly import the module instead of accessing module name. Change templates accordingly.

@toddmotto recommends this in https://github.com/toddmotto/angular-styleguide#low-level-modules.

fesor commented 8 years ago

Great work! I didn't found time to do this myself so big thanks for contribution.