Shoban Kumarbeginnersden.hashnode.dev·Jul 19, 2024Angular EssentialsAgenda: Understanding Angular Modules (NgModule) Using Modules Instead of Standalone Components Declaring and Exporting Components Shared Modules Prerequisite: Must have basic Angular Knowledge Understanding Angular Modules (NgModule) Compon...angular modules
Aditi Nangular12.hashnode.dev·Feb 4, 2024Angular Modules: Organizing and Scaling Your Angular ApplicationIn Angular, modules are essential for organizing and structuring your application. They help in grouping related components, services, pipes, and other code into cohesive blocks, making it easier to manage and scale applications. Understanding Angula...ngmodule