We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4ffab commit 1ca22a3Copy full SHA for 1ca22a3
docs/content/api/ng.ngdoc
src/Angular.js
@@ -87,6 +87,20 @@
87
88
////////////////////////////////////
89
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
+
104
/**
105
* @ngdoc function
106
* @name angular.lowercase
0 commit comments