Skip to content

An example of a single module architecture for Angular application with automatic component registration

License

Notifications You must be signed in to change notification settings

bestander/angular-auto-register-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-auto-register-components

An example of a single module architecture for Angular application with automatic component registration

Read the blog post with reasons why I created this: https://medium.com/@bestander_nz/e8b371330348

Original code taken from https://github.com/tastejs/todomvc/tree/gh-pages/labs/dependency-examples/angularjs_require

How to use it

  • Run npm install to download build dependencies
  • Run gulp inject-amd-deps to generate a module that registers all components
  • Run gulp dev to start a watch task that will regenerate the module on every file change

About

An example of a single module architecture for Angular application with automatic component registration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published