A module is a container for the different parts of the application like services, controller, filters, directives, etc. Module treats as a main() function. It is created using an object's module() method.

BY Best Interview Question ON 09 Jun 2019

Example

var app = angular.module('MApp', []);