AngularJS Front to Back with Web API
This course focuses on the touch points between an Angular front-end client application and a back-end service built with ASP.NET Web API.
What you'll learn
Angular is great for building front-end client-side applications to interact with the user. But most fully featured web applications also need back-end services to handle data management, user authentication, and other processing.
This course focuses on the touch points between an Angular front-end client application and a back-end service built with ASP.NET Web API.
Table of contents
Course FAQ
Dependency Injection is a software design pattern that deals with how components get a hold of their dependencies.
In this course, you will focus on the touch points between an Angular front-end client application and a back-end service built with ASP.NET Web API.
A web API is an application programming interface for either a web server or web browser.
Cross-Origin Resource Sharing (CORS) in a web API allows cross-domain access to your web API methods.
A software repositoriy, or "repo", is a storage location for software packages.