Organizing an Angular project into ngModules has always been an obstacle for many beginners so I created this short guide to explain and demonstrate its use.
In this video I describe the procedure for organizing a project in different "features modules" with lazy loading support, creating a shared module for managing reusable components and a domain module for core functionalities.
Level: intermediate (you should already know Angular Fundamentals)
----
Follow me on:
• LinkedIn: / fabiobiondi
• Twitch: / fabio_biondi
----
00:00 Introduction
02:05 Project Creation & Shared Module
03:15 Feature Modules & Lazy Loading
04:40 Core Module