ng is the core module and stands for
Angular. Right from the docs, The
ng module is loaded by default when an
AngularJS application is started. The module itself contains the essential components for an
AngularJS application to function. Refer the link for all the functions/directives/services/factories.
read more >>