Skip to content
KnowledgeCity

Angular Modules

Learn the functions of modules and how to create and import feature modules
Preview the first lesson free — get full access to all 3 lessons.
Course: On-Demand
Beginner Provider Michaela Ochnich  3 Lessons ·  9m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

These lessons introduce Angular modules and their role in the Angular framework. You’ll learn how to use the module decorator and how to set different metadata properties. You’ll also learn how to create a feature module and import it into the root.

What You'll Learn

  • Understand the function of Angular modules and their role in the Angular framework
  • Use the module decorator to configure a module
  • Set different metadata properties in Angular
  • Create a feature module and import it into the root module
  • Distinguish between root modules and feature modules

Key Takeaways

  • Angular modules play a defined role within the Angular framework.
  • The module decorator is used to configure a module, with metadata set through its properties.
  • Feature modules can be created and then imported into the root module.
  • The course covers both root modules and feature modules.

Frequently Asked Questions

What will I learn in this Angular Modules course?

You will learn the function of Angular modules, how to use the module decorator, how to set different metadata properties, and how to create a feature module and import it into the root.

What topics or lessons does this course cover?

The course covers what a module is, the module decorator and metadata, and root and feature modules.

What skills does this course relate to?

This course relates to Angular (Web Framework), Angular CLI, Angular Components, Angular Material, C++ Modules, and Software Modules.

How are feature modules handled in this course?

The course teaches how to create a feature module and import it into the root module.