Angular Vs

screenshot of Angular Vs

AngularJS + ASP.NET Web Api + TypeScript - Single Page Application (SPA) Starter Kit for Visual Studio

Overview:

This project is an application skeleton for a simple AngularJS app, meant to help developers bootstrap their AngularJS web application projects in the Visual Studio environment. It provides preconfigured AngularJS libraries, test libraries, and scripts for quick and easy web development. The seed project includes two controllers and views to demonstrate how they can be used together.

Features:

  • AngularJS MV* family JavaScript Framework
  • ASP.NET Web Api library for building RESTful services
  • ASP.NET Web Pages with Razor syntax for HTML views
  • ASP.NET Web Optimization Framework for bundling and minifying JavaScript/CSS files
  • TypeScript for adding static typing to JavaScript and better IDE functionality
  • LESS CSS for extending CSS with dynamic behavior

Summary:

The AngularJS + ASP.NET Web Api + TypeScript project is a seed application skeleton that provides all the necessary libraries and configurations to quickly start developing AngularJS web applications in the Visual Studio environment. It also demonstrates how to write controllers and views together. The project supports RESTful services using ASP.NET Web Api and includes TypeScript for static typing and better IDE integration.