Duration: 16:48 min
Summary: In this lesson, we will talk about modules and services. As the application grows, we know that we cannot keep the content in one file. We will need to create services that allow us to create reusable components to be used across the same application. We will also need to create modules that allow us to create components that are used across different applications. Services will be the subject of the upcoming discussions. We will handle modules today. We will use an existing example to see how we can create a separate file containing the directive and use the same module. Then, we will see the same example, but this time creating a separate module.