📄️ Modules
Modules in Angular help organize an application into cohesive blocks of functionality.
📄️ Components
Components are the basic building blocks of an Angular application.
📄️ Directives
Directives add behavior to the DOM elements.
📄️ Pipes
Pipes allow you to transform data in the template before it's displayed.
📄️ Services
Services in Angular are singletons that are responsible for encapsulating shared logic, such as data fetching, logging,