Angular Modules or ngModule

The building blocks of Angular Applications consist of Components, Templates, Directives, Pipes, and Services. We build a lot of such blocks to create a complete application. As the application grows bigger in size managing these blocks become difficult. Angular Provides a nice way to organize these blocks in a simple and effective using Angular modules …

Angular Modules or ngModule Read More »