Search⌘ K
AI Features

Angular Modules

Explore Angular modules to understand how they organize applications by grouping components, directives, and pipes. Learn the differences from JavaScript modules, the purpose of key NgModule arrays, and how feature and shared modules improve application structure. Gain the skills to create and import modules using the Angular CLI.

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 ...