...

/

Angular Modules

Angular Modules

Starting with the basic building blocks of Angular, in this lesson, we will see what Angular modules are and how they contribute to making development in Angular easier and modular.

With the development setup ready, we are now ready to learn about all the basic building blocks that make up an Angular application, these include components, modules, services, and pipes, etc.

The first important step in this process is to understand what Angular Modules are.

Frequently

...