Learn Angular in Tamil | 05 | Modules Introduction
In this video, we are telling about the course and what is modules?
Angular applications are modular and Angular has its own modularity system called NgModules. NgModules are containers for a cohesive block 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.
Course Play List Link:
https://www.youtube.com/playlist?list=PLWr3qDltMRJ19Ulb5U2wrpsVMOqWLimky
#angular
#typescript
#components
#directives
#routing
#forms
#authentication
#authorization
#pipes