Do you know the best Visual Studio Extensions and NuGet Packages for AngularJS?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
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:
- Angular.UI.Bootstrap Check out the whole suite of tools from the Angular UI team.
- 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.
- AngularJS The whole AngularJS library.
- 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.