Featured resource
pluralsight tech forecast
2025 Tech Forecast

Which technologies will dominate in 2025? And what skills do you need to keep up?

Check it out
Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • 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.

Dan Wahlin - Pluralsight course - Integrating Angular 11 with Node.js RESTful Services
by Dan Wahlin

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

About the author

Dan Wahlin - Pluralsight course - Integrating Angular 11 with Node.js RESTful Services
Dan Wahlin

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