Reputation: 1965
Is there an Angular example app or Yeoman generator out there that would satisfy the following needs?
I'm mostly concerned about setting up module loading properly, so that I don't have to init all controllers at the start of the application.
Thanks!
Upvotes: 2
Views: 542
Reputation: 1461
Here is a detailed comparison of the ones I've studied.
These have nested routing (ui-router):
This has lazy loading of modules:
These use Gulp:
Upvotes: 4