Routing

Introduction to Angular Modules or ngModule

The building blocks of Angular Applications consists of Components, Templates, Directives, Pipes, and Services. We build a lot of such blocks to create the complete application. As the application grows bigger in size managing these blocks become difficult. The Angular Provides a nice way organize these blocks in a simple and effectively using Angular modules (Also known as ngModules).

Introduction to Angular Modules or ngModule Read More »

Scroll to Top