What do you mean by module in angular 2?
In Angular 2, a module groups the various components, pipes, directives, and services in a way that assists them in combining with other modules for creating an application.
A module can be used to hide or export pipes, directives, components and services.
BY Best Interview Question ON 13 Jan 2019