Angular
Fundamentals of Angular - Organizing an Angular Application
  •  

Modules & The App Module

Outline

In this video...

You will learn about modules and the app module.

Modules are a way to group together pieces of an Angular application. They contain components and services, among other things.

The App module is the root module for your entire application. Learning how to configure it is a core activity in any Angular application.

 

I finished! On to the next chapter