Angular
What is a module in Angular? What is the purpose of @NgModule?
An Angular module is a class decorated with @NgModule that groups related components, directives, pipes, and services into cohesive units.
An Angular module is a class decorated with @NgModule that groups related components, directives, pipes, and services into cohesive units.