angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Warn about modularity issues #74

Closed kentcdodds closed 6 years ago

kentcdodds commented 9 years ago

moxee is a library that I'm currently working on that helps applications be modular. See the repo for more information about what it does and why. Right now I'm working on making it not depend on a testing framework and then I realized that a better place for this would be in ng-hint. Runtime warnings about using injectables that are not part of a module or its dependencies would be awesome to have.

welbornio commented 9 years ago

I'm taking a peek. Thanks kent

On Fri, Mar 27, 2015 at 10:59 AM, Kent C. Dodds notifications@github.com wrote:

moxee https://github.com/alianza-dev/moxee is a library that I'm currently working on that helps applications be modular. See the repo for more information about what it does and why. Right now I'm working on making it not depend on a testing framework and then I realized that a better place for this would be in ng-hint. Runtime warnings about using injectables that are not part of a module or its dependencies would be awesome to have.

— Reply to this email directly or view it on GitHub https://github.com/angular/angular-hint/issues/74.

SomeKittens commented 9 years ago

This would be a good candidate for a test the module system.