Angular
Fundamentals of Angular - Organizing an Angular Application

What are Services

Outline

In this video...

You will learn about services and how to use them to organize the code in an Angular application.

Services are a way to encapsulate both data and functionality/logic in your application. They take care of holding application-level state and functionality.

 

I finished! On to the next chapter