Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1ca22a3

Browse files
docs(bike-shed-migration): move ng module doc into Angular.js
1 parent bd4ffab commit 1ca22a3

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/content/api/ng.ngdoc

-11
This file was deleted.

src/Angular.js

+14
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@
8787

8888
////////////////////////////////////
8989

90+
/**
91+
* @ngdoc module
92+
* @name ng
93+
* @description
94+
*
95+
* # ng (core module)
96+
* The ng module is loaded by default when an AngularJS application is started. The module itself
97+
* contains the essential components for an AngularJS application to function. The table below
98+
* lists a high level breakdown of each of the services/factories, filters, directives and testing
99+
* components available within this core module.
100+
*
101+
* <div doc-module-components="ng"></div>
102+
*/
103+
90104
/**
91105
* @ngdoc function
92106
* @name angular.lowercase

0 commit comments

Comments
 (0)