Angular
Fundamentals of Angular - Routing
  •  

Modules Revisited

Outline

In this video...

We will revisit modules in preparation for importing the Routing Module.

There are two types of modules that are used in Angular applications. First, there are JavaScript modules, which is how we construct modern apps out of multiple files. Second, there are Angular modules which are collections of components, services, and other pieces of Angular applications.

Understanding the difference between these two and how they are imported will be important when dealing with modules in Angular applications.

 

I finished! On to the next chapter