Following this rule will ensure the right NuGet packages and Visual Studio Extensions are included in your projects to help speed up your development, follow best practices and have the team using the same processes.
The best NuGet packages are:
AngularJS.Core
This core package only has the minimum Angular references to get started. Other Angular packages like
AngularJS.Route can be added as needed in addition to this.
HotTowel.Angular
John Papa's popular AngularJS Single Page Application (SPA) template.
Side Waffle
Templates for common AngularJS components like controllers, factories, and modules.
Alternate sources for Angular Modules:
NgModules
Modules are a great way to organize an application and extend it with capabilities from external libraries.