gforceg / ng-gen

0 stars 0 forks source link

modules to auto-import from same directory #2

Closed gforceg closed 8 years ago

gforceg commented 8 years ago

modules should automatically import classes and services and export, declare, and 'provider' them.

gforceg commented 8 years ago

components, services, and modules are automatically declared, provided, or imported (respectively) by the nearest first ancestor module in the directory structure.