-
Course
- Core Tech
Integrating Angular 11 with Node.js RESTful Services
Learn how to build an Angular and Node.js application that can perform create, read, update and delete (CRUD) operations. Topics covered include building RESTful services with Node.js and Express, manipulating data in MongoDB and consuming services.
What you'll learn
Learn how to integrate Angular with Node.js RESTful services. In this course, Integrating Angular with Node.js RESTful Services, you'll learn how Angular and Node.js can be used to build an application that allows users to view customer data, page through it, and then perform insert, update, and delete operations. First, you'll start off by seeing how to get started creating the project structure so that you understand the different technologies and how they will interact with each other. Next, you'll discover how to build a Node.js RESTful service with Express to expose GET, POST, PUT, and DELETE actions to clients. Finally, the RESTful service actions are consumed by an Angular application using a reusable service class, the built-in Http client, and RxJS functionality such as observables. By the end of the course, you'll understand the process involved to not only create RESTful services using Node.js/Express, but also how Angular can be used to consume these services and display and capture data in the user interface.
Table of contents
- Version Check | 20s
- Course Introduction | 55s
- Pre-requisites to Maximize Learning | 1m 7s
- Learning Goals | 2m 30s
- Server-side Technologies and Concepts | 6m 12s
- Client-side Technologies and Concepts | 9m 45s
- Running the Application | 7m 27s
- Running the Application with Docker | 6m 23s
- Summary | 1m 2s
About the author
Dan Wahlin founded Wahlin Consulting, which provides consulting and training services on JavaScript, Angular, Node.js, C#, ASP.NET MVC, Web API, and Docker. He is a Google GDE, Microsoft MVP and Regional Director, and speaks at conferences and user groups around the world.
More Courses by Dan