In this video, you will learn about Angular modules, one of the fundamental concepts of Angular. We will cover what modules are, how to create them, and how to use them. By the end of this video, you will have a good understanding of how modules work and how to use them in your Angular applications.

Learn how to user Angular Module to contain cohesive blocks of code dedicated to an application domain, a workflow, or a closely related set of capabilities. They can contain components, service providers, and other code files whose scope is defined by the containing NgModule. They can import functionality that is exported from other NgModules, and export selected functionality for use by other NgModules.

Intro 0:00
Module Architecture 3:30
Core Module 8:28
Shared Module 15:21
Authentication Module 23:15
Customer Module 33:17
Home Module 41:02
Invoice Module 44:26
Navigation Bar Module 49:22
Profile Module 54:26
Statistics Module 58:03
Routing Module 1:00:18
Modular Application 1:03:31
Lazy Loading 1:09:10
Change Detection Strategy 1:17:39

Source Code: https://www.getarrays.io/p/full-stack-spring-boot-angular-professional

#angular 

Angular Modules: A Beginner's Guide
1.35 GEEK