/Learning-Angular-for-.NET-Developers

Learning Angular for .NET Developers, published by Packt

Primary LanguageJavaScriptMIT LicenseMIT

Learning Angular 2 for .NET Developers

This is the code repository for Learning Angular 2 for .NET Developers, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Angular 2 is a faster, more powerful, cleaner, and easier to use than Angular 1. Are you are looking for a better, more efficient, and more powerful way of building front-end web applications? Well, look no further, you have come to the right place!

This book comprehensively integrates Angular 2 into your tool belt, then runs you through all the new options you now have on hand for your web apps. The frameworks, tools, and libraries mentioned here will make you productive and minimize the friction usually associated with building server-side web applications.

Starting off with building blocks of Angular 2, we gradually move into integrating TypeScript and ES6. You will get confident in building Angular 2 single page applications and using Angular 2 for prototyping components. You will then move on to building web services and full-stack web application using ASP.NET WebAPI. Finally, you will learn the development process focused on rapid delivery and testability for all application layers. t

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

 public void ConfigureServices(IServiceCollection services) 
 { 
    services.AddMvc();

Related Products